Re: trying to tune kafka's internal logging - need help...

2014-08-06 Thread Harsha
Hi Sholmi, kafka-run-class.sh uses config/tools-log4.properties. The config it has writes to console log4j.appender.stdout=org.apache.log4j.ConsoleAppender If you want to save the log output from kafka-run-class change the above appender to use DailyRollingFileAppender. for ex

trying to tune kafka's internal logging - need help...

2014-08-06 Thread Shlomi Hazan
Hi, I am trying to get rid of the log files written under “$base_dir/logs”, folder create by line 26 at “bin/kafka-run-class.sh”. I use an EC2 machine with small primary disk and it blows away on occasions when writing to these logs is excessive, and I bumped into a few already (from Jira it look