diff --git a/dotnet/src/webdriver/Internal/Logging/LogContextManager.cs b/dotnet/src/webdriver/Internal/Logging/LogContextManager.cs index 3e7afbb26550b..c045da37e080c 100644 --- a/dotnet/src/webdriver/Internal/Logging/LogContextManager.cs +++ b/dotnet/src/webdriver/Internal/Logging/LogContextManager.cs @@ -4,7 +4,7 @@ namespace OpenQA.Selenium.Internal.Logging { internal class LogContextManager { - private readonly ILogContext _globalLogContext = new LogContext(LogEventLevel.None, null, null, null); + private readonly ILogContext _globalLogContext = new LogContext(LogEventLevel.Info, null, null, null); private readonly AsyncLocal _currentAmbientLogContext = new AsyncLocal();