dev: Remove io.EOF
and grpc stream context cancellation from WARN
log level
#1398
Labels
enhancement
New feature or request
Hi! I noticed that my logs are littered with such messages:
And these ones appear every time when a call any query with
Query()
client. It seems to me that this is not an extraordinary behaviour, so I'd like to see them in theTRACE
orDEBUG
level at least.If context was cancelled by some unusual cause, I would like to see such a cause in
WARN
level or higher, not justcontext canceled
.The text was updated successfully, but these errors were encountered: