Skip to content

Commit 3e3b8e5

Browse files
committed
[dotnet] Change default internal log level to Warn
1 parent ea325c2 commit 3e3b8e5

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)