bloomberg-cookbooks / kafka

A set of Chef recipes for installing and configuring Apache Kafka.
Apache License 2.0
37 stars 26 forks source link

Use root logger info in log4j template #17

Closed jquinn47 closed 8 years ago

jquinn47 commented 8 years ago

'loggerLevelRoot' is passed to the log4j.properties template in kafka_config.rb, but it was not used inside of log4j template file correctly.

Just fixing that bug