From 3e3b8e56db97027c298c4b01c3124a1fc256993f Mon Sep 17 00:00:00 2001 From: Nikolay Borisenko <22616990+nvborisenko@users.noreply.github.com> Date: Mon, 4 Aug 2025 23:39:33 +0300 Subject: [PATCH] [dotnet] Change default internal log level to Warn --- .../documentation/webdriver/troubleshooting/logging.en.md | 2 +- .../documentation/webdriver/troubleshooting/logging.ja.md | 2 +- .../documentation/webdriver/troubleshooting/logging.pt-br.md | 2 +- .../documentation/webdriver/troubleshooting/logging.zh-cn.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 a6acc5167f10..5ea0fc9a0bd0 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 cc6b92ee2e9a..f3604af49009 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 cc6b92ee2e9a..f3604af49009 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 d2c058b145f9..ab3363d65de4 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" >}}