We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15459e7 commit 0b5703bCopy full SHA for 0b5703b
dotnet/src/webdriver/Remote/HttpCommandExecutor.cs
@@ -169,7 +169,7 @@ public virtual async Task<Response> ExecuteAsync(Command commandToExecute)
169
throw new ArgumentNullException(nameof(commandToExecute), "commandToExecute cannot be null");
170
}
171
172
- if (_logger.IsEnabled(LogEventLevel.Trace))
+ if (_logger.IsEnabled(LogEventLevel.Debug))
173
{
174
_logger.Debug($"Executing command: [{commandToExecute.SessionId}]: {commandToExecute.Name}");
175
0 commit comments