-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Reduce logging noise #23872
Reduce logging noise #23872
Conversation
# Reduce levels of some known noisy loggers | ||
org.eclipse.jetty=ERROR | ||
org.glassfish.jersey.server.ServerRuntime$Responder=OFF | ||
io.airlift.concurrent.BoundedExecutor=OFF |
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.
what does it produce, that we want to disable it?
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.
When it's shut down it rejects all of the tasks that log a bunch of errors.
# Reduce levels of some known noisy loggers | ||
org.eclipse.jetty=ERROR | ||
org.glassfish.jersey.server.ServerRuntime$Responder=OFF | ||
io.airlift.concurrent.BoundedExecutor=OFF |
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.
in production these logs will also show when bounded executor has failed (e.g. running out of process limits).
This change should only be limited to tests IMO, not wider than that.
Description
Additional context and related issues
Release notes
( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text: