Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 22fad03

Browse files
[dotnet] Change default internal log level to Warn (#2409)
[deploy site]
1 parent 67e0d06 commit 22fad03

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎website_and_docs/content/documentation/webdriver/troubleshooting/logging.en.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ logging.basicConfig(level=logging.WARN)
105105
```
106106
{{% /tab %}}
107107
{{% tab header="CSharp" %}}
108-
.NET has 6 logger levels: `Error`, `Warn`, `Info`, `Debug`, `Trace` and `None`. The default level is `Info`.
108+
.NET has 6 logger levels: `Error`, `Warn`, `Info`, `Debug`, `Trace` and `None`. The default level is `Warn`.
109109

110110
To change the level of the logger:
111111
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Troubleshooting/LoggingTest.cs#L18" >}}

‎website_and_docs/content/documentation/webdriver/troubleshooting/logging.ja.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ logging.basicConfig(level=logging.WARN)
104104
```
105105
{{% /tab %}}
106106
{{% tab header="CSharp" %}}
107-
.NET has 6 logger levels: `Error`, `Warn`, `Info`, `Debug`, `Trace` and `None`. The default level is `Info`.
107+
.NET has 6 logger levels: `Error`, `Warn`, `Info`, `Debug`, `Trace` and `None`. The default level is `Warn`.
108108

109109
To change the level of the logger:
110110
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Troubleshooting/LoggingTest.cs#L18" >}}

‎website_and_docs/content/documentation/webdriver/troubleshooting/logging.pt-br.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ logging.basicConfig(level=logging.WARN)
104104
```
105105
{{% /tab %}}
106106
{{% tab header="CSharp" %}}
107-
.NET has 6 logger levels: `Error`, `Warn`, `Info`, `Debug`, `Trace` and `None`. The default level is `Info`.
107+
.NET has 6 logger levels: `Error`, `Warn`, `Info`, `Debug`, `Trace` and `None`. The default level is `Warn`.
108108

109109
To change the level of the logger:
110110
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Troubleshooting/LoggingTest.cs#L18" >}}

‎website_and_docs/content/documentation/webdriver/troubleshooting/logging.zh-cn.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ logging.basicConfig(level=logging.WARN)
107107
```
108108
{{% /tab %}}
109109
{{% tab header="CSharp" %}}
110-
.NET has 6 logger levels: `Error`, `Warn`, `Info`, `Debug`, `Trace` and `None`. The default level is `Info`.
110+
.NET has 6 logger levels: `Error`, `Warn`, `Info`, `Debug`, `Trace` and `None`. The default level is `Warn`.
111111

112112
To change the level of the logger:
113113
{{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Troubleshooting/LoggingTest.cs#L18" >}}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /