-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip logging context cancelled warning msgs #151
Conversation
@bboreham can you review this? I can’t assign the PR to anyone. |
@tomwilkie and/or @bboreham can anyone of you review/approve this? |
Thanks for the PR; code looks broadly fine. I think it would be slightly better if the message still went out at debug level, rather than being dropped entirely. WDYT @tomwilkie ? |
Thanks @bboreham, I will wait for @tomwilkie feedback and update the PR if needed. |
@tomwilkie do you have any preference regarding skipping Context Cancelled logs or logging them at debug level? |
@bboreham I haven't heard back from @tomwilkie so I'm going to go with your suggestion and update this to emit debug logs. |
Context cancellations are controlled by clients and logging this message can cause more more confusion as mentioned here: cortexproject/cortex#1279 Signed-off-by: Neeraj Poddar <[email protected]>
4869f24
to
2c39cd4
Compare
@bboreham can you merge this PR? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
…odoc-typo Fixes typo in Interval godoc
Context cancellations are controlled by clients and logging this message can
cause more more confusion as mentioned here:
cortexproject/cortex#1279
Signed-off-by: Neeraj Poddar [email protected]