Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Sep 6, 2024
1 parent 031c515 commit 6c51619
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ private void ProcessHandlerError(Exception ex, string method)
{
if (ex is OperationCanceledException or IOException && CancellationTokenCore.IsCancellationRequested)
{
// Request cancellation causes OCE and IO errors.
// When the request has been canceled log error types at the info-level to avoid creating error-level noise.
// Request cancellation can causes OCE and IO errors.
// When the request has been canceled log these error types at the info-level to avoid creating error-level noise.
GrpcServerLog.ServiceMethodCanceled(Logger, method, ex);
}
else
Expand Down

0 comments on commit 6c51619

Please sign in to comment.