I am have following warning on start kafka:
No appenders could be found for logger (org.I0Itec.zkclient.ZkConnection
Also I tried to change level in config/log4j.properties to DEBUG, but in logs/server.log I still see INFO level messages without any debug output. Looks like kafka don't take log4j properties from config/log4.properties.
Maybe someone have idea what could be wrong?
Thanks in advance.
This issue about configuration logging for kafka, not about my web application