Skip to content

Commit 0b5703b

Browse files
committed
fix push
1 parent 15459e7 commit 0b5703b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/Remote/HttpCommandExecutor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public virtual async Task<Response> ExecuteAsync(Command commandToExecute)
169169
throw new ArgumentNullException(nameof(commandToExecute), "commandToExecute cannot be null");
170170
}
171171

172-
if (_logger.IsEnabled(LogEventLevel.Trace))
172+
if (_logger.IsEnabled(LogEventLevel.Debug))
173173
{
174174
_logger.Debug($"Executing command: [{commandToExecute.SessionId}]: {commandToExecute.Name}");
175175
}

0 commit comments

Comments
 (0)