You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -128,14 +127,14 @@ Different languages have different level to log information.
128
127
{{< tab header="CSharp" >}}
129
128
{{< alert-content >}}{{< /alert-content >}}
130
129
{{< /tab >}}
131
-
{{< tab header="Ruby" >}}
132
-
<p>Because the Ruby <code>Logger</code> class only has one "debug" level, Selenium is currently using the <code>:info</code> level as a general debug mode, and <code>:debug</code> as a lower level debug mode.
130
+
{{% tab header="Ruby" %}}
131
+
Because the Ruby `Logger` class only has one "debug" level, Selenium is currently using the `:info` level as a general debug mode, and `:debug` as a lower level debug mode.
133
132
To bring things in line with other languages, we are considering <ahref="https://github.com/SeleniumHQ/selenium/issues/11797">changing this behavior</a>.
134
-
For now, both info and warnings are handled at the default <code>:warn</code> level.</p>
135
-
{{< /tab >}}
136
-
{{< tab header="JavaScript" >}}
137
-
Logs useful information at level: <code>INFO</code>
138
-
{{< /tab >}}
133
+
For now, both info and warnings are handled at the default `:warn` level.
134
+
{{% /tab %}}
135
+
{{% tab header="JavaScript" %}}
136
+
Logs useful information at level: `INFO`
137
+
{{% /tab %}}
139
138
{{< tab header="Kotlin" >}}
140
139
{{< alert-content >}}{{< /alert-content >}}
141
140
{{< /tab >}}
@@ -155,12 +154,12 @@ The debug log level is used for information that may be needed for diagnosing is
155
154
{{< tab header="CSharp" >}}
156
155
{{< alert-content >}}{{< /alert-content >}}
157
156
{{< /tab >}}
158
-
{{< tab header="Ruby" >}}
159
-
Logs debugging details at level: <code>:info</code> and <code>:debug</code>
160
-
{{< /tab >}}
161
-
{{< tab header="JavaScript" >}}
162
-
Logs debugging details at level: <code>FINER</code> and <code>FINEST</code>
163
-
{{< /tab >}}
157
+
{{% tab header="Ruby" %}}
158
+
Logs debugging details at level: `:info` and `:debug`
159
+
{{% /tab %}}
160
+
{{% tab header="JavaScript" %}}
161
+
Logs debugging details at level: `FINER` and `FINEST`
162
+
{{% /tab %}}
164
163
{{< tab header="Kotlin" >}}
165
164
{{< alert-content >}}{{< /alert-content >}}
166
165
{{< /tab >}}
@@ -179,43 +178,39 @@ Logs can be displayed on `stdout` or stored in a file.
179
178
{{< tab header="CSharp" >}}
180
179
{{< alert-content >}}{{< /alert-content >}}
181
180
{{< /tab >}}
182
-
{{< tab header="Ruby" >}}
183
-
<p>By default, logs are sent to the console in `stdout`.</p>
0 commit comments