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 Kafka logging #6428

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Reduce Kafka logging #6428

wants to merge 2 commits into from

Conversation

zwets
Copy link
Contributor

@zwets zwets commented Oct 31, 2024

PR for added parsimony:

  • 24ec200 bumps log4j thresholds from TRACE to INFO for Zookeeper and Kafka. Rationale: DEBUG and lower shouldn't be on in production, and anyway we wouldn't be debugging that code (it's Zookeeper and Kafka's)
  • 7eb1122 removes stdout from the root logger, as this merely duplicates what is written to the log files (by the KafkaAppender) in systemd's journal. (Try journalctl -u kafka-server.)

zwets added 2 commits November 1, 2024 00:54
 - Otherwise this just duplicates the log files in the systemd journal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant