diff --git a/website_and_docs/content/documentation/webdriver/troubleshooting/logging.en.md b/website_and_docs/content/documentation/webdriver/troubleshooting/logging.en.md index a6acc5167f1..5ea0fc9a0bd 100644 --- a/website_and_docs/content/documentation/webdriver/troubleshooting/logging.en.md +++ b/website_and_docs/content/documentation/webdriver/troubleshooting/logging.en.md @@ -105,7 +105,7 @@ logging.basicConfig(level=logging.WARN) ``` {{% /tab %}} {{% tab header="CSharp" %}} -.NET has 6 logger levels: `Error`, `Warn`, `Info`, `Debug`, `Trace` and `None`. The default level is `Info`. +.NET has 6 logger levels: `Error`, `Warn`, `Info`, `Debug`, `Trace` and `None`. The default level is `Warn`. To change the level of the logger: {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Troubleshooting/LoggingTest.cs#L18" >}} diff --git a/website_and_docs/content/documentation/webdriver/troubleshooting/logging.ja.md b/website_and_docs/content/documentation/webdriver/troubleshooting/logging.ja.md index cc6b92ee2e9..f3604af4900 100644 --- a/website_and_docs/content/documentation/webdriver/troubleshooting/logging.ja.md +++ b/website_and_docs/content/documentation/webdriver/troubleshooting/logging.ja.md @@ -104,7 +104,7 @@ logging.basicConfig(level=logging.WARN) ``` {{% /tab %}} {{% tab header="CSharp" %}} -.NET has 6 logger levels: `Error`, `Warn`, `Info`, `Debug`, `Trace` and `None`. The default level is `Info`. +.NET has 6 logger levels: `Error`, `Warn`, `Info`, `Debug`, `Trace` and `None`. The default level is `Warn`. To change the level of the logger: {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Troubleshooting/LoggingTest.cs#L18" >}} diff --git a/website_and_docs/content/documentation/webdriver/troubleshooting/logging.pt-br.md b/website_and_docs/content/documentation/webdriver/troubleshooting/logging.pt-br.md index cc6b92ee2e9..f3604af4900 100644 --- a/website_and_docs/content/documentation/webdriver/troubleshooting/logging.pt-br.md +++ b/website_and_docs/content/documentation/webdriver/troubleshooting/logging.pt-br.md @@ -104,7 +104,7 @@ logging.basicConfig(level=logging.WARN) ``` {{% /tab %}} {{% tab header="CSharp" %}} -.NET has 6 logger levels: `Error`, `Warn`, `Info`, `Debug`, `Trace` and `None`. The default level is `Info`. +.NET has 6 logger levels: `Error`, `Warn`, `Info`, `Debug`, `Trace` and `None`. The default level is `Warn`. To change the level of the logger: {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Troubleshooting/LoggingTest.cs#L18" >}} diff --git a/website_and_docs/content/documentation/webdriver/troubleshooting/logging.zh-cn.md b/website_and_docs/content/documentation/webdriver/troubleshooting/logging.zh-cn.md index d2c058b145f..ab3363d65de 100644 --- a/website_and_docs/content/documentation/webdriver/troubleshooting/logging.zh-cn.md +++ b/website_and_docs/content/documentation/webdriver/troubleshooting/logging.zh-cn.md @@ -107,7 +107,7 @@ logging.basicConfig(level=logging.WARN) ``` {{% /tab %}} {{% tab header="CSharp" %}} -.NET has 6 logger levels: `Error`, `Warn`, `Info`, `Debug`, `Trace` and `None`. The default level is `Info`. +.NET has 6 logger levels: `Error`, `Warn`, `Info`, `Debug`, `Trace` and `None`. The default level is `Warn`. To change the level of the logger: {{< gh-codeblock path="/examples/dotnet/SeleniumDocs/Troubleshooting/LoggingTest.cs#L18" >}}