-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
configuring log level #631
Comments
I have the same problem ... not sure if it's |
Hi, I am using docker image of wurstmeister/kafka:2.13-2.6.0 |
Hi, This config actually does change the property inside
Notice that in my case I used In your case What you want is to adjust the general broker logging levels
|
Using
into a docker compose. Can still see every single log including INFO :/ |
I think this was addressed in this commit
..but I'm not sure if it's working, if the README is wrong, or if I'm not configuring it correctly.
Currently, I see lots of INFO level output. I only want to see WARN level output, I've tried the following lines in my docker compose file:
e.g.
but neither seem to have an effect on what's logged.
The only thing I see in the logs pertaining to "logging" are:
[Configuring] 'log4j.logger.kafka.authorizer.logger' in '/opt/kafka/config/log4j.properties'
thanks for any help/clarifation
The text was updated successfully, but these errors were encountered: