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

Reduce logging noise #23872

Merged
merged 3 commits into from
Oct 23, 2024
Merged

Reduce logging noise #23872

merged 3 commits into from
Oct 23, 2024

Conversation

wendigo
Copy link
Contributor

@wendigo wendigo commented Oct 23, 2024

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:

## Section
* Fix some things. ({issue}`issuenumber`)

@cla-bot cla-bot bot added the cla-signed label Oct 23, 2024
@wendigo wendigo requested a review from losipiuk October 23, 2024 07:41
# Reduce levels of some known noisy loggers
org.eclipse.jetty=ERROR
org.glassfish.jersey.server.ServerRuntime$Responder=OFF
io.airlift.concurrent.BoundedExecutor=OFF
Copy link
Member

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?

Copy link
Contributor Author

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.

@wendigo wendigo merged commit 6acbf6e into master Oct 23, 2024
104 of 105 checks passed
@wendigo wendigo deleted the serafin/reduce-pt-noise branch October 23, 2024 09:32
@github-actions github-actions bot added this to the 463 milestone Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants