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 0247257 commit 6bb3279Copy full SHA for 6bb3279
dotnet/src/webdriver/BiDi/Communication/Broker.cs
@@ -130,7 +130,7 @@ private async Task ReceiveMessagesAsync(CancellationToken cancellationToken)
130
}
131
catch (Exception ex)
132
{
133
- if (cancellationToken.IsCancellationRequested is not true)
+ if (cancellationToken.IsCancellationRequested is not true && _logger.IsEnabled(LogEventLevel.Error))
134
135
_logger.Error($"Couldn't process received BiDi remote message: {ex}");
136
0 commit comments