Skip to content
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

release-20.1: colrpc: reduce Outbox Next error logging verbosity #46838

Merged
merged 1 commit into from
Apr 1, 2020

Commits on Apr 1, 2020

  1. colrpc: reduce Outbox Next error logging verbosity

    Release justification: low risk, high benefit change. Eliminates noisy log
    messages in default logging configuration.
    
    We would previously log any error that happened when calling Next on an
    Outbox's input tree. This could include expected errors such as context
    cancellations, making the resulting log output (including a stack trace) pretty
    scary. This commit puts this logging behind a verbosity(1) flag.
    
    Release note (bug fix): benign Outbox Next errors are now only logged when log
    verbosity is set to 1 or greater.
    asubiotto committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    483af12 View commit details
    Browse the repository at this point in the history