We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a715b6 commit 70d1962Copy full SHA for 70d1962
java/server/src/org/openqa/grid/internal/utils/configuration/StandaloneConfiguration.java
@@ -35,6 +35,18 @@ public class StandaloneConfiguration {
35
)
36
public Integer browserTimeout;
37
38
+ @Parameter(
39
+ names = "-browserSideLog",
40
+ description = "DO NOT USE: Provided for compatibility with 2.0",
41
+ hidden = true)
42
+ public boolean browserSideLog;
43
+
44
45
+ names = "-captureLogsOnQuit",
46
47
48
+ public boolean captureLogsOnQuit;
49
50
@Parameter(
51
names = "-debug",
52
description = "<Boolean> : enables LogLevel.FINE. Default is false (if omitted)"
0 commit comments