cerner / cerner_kafka

A Kafka Cookbook for Chef
Apache License 2.0
30 stars 25 forks source link

kafka stdout logs same thing as server.log #29

Closed bbaugher closed 8 years ago

bbaugher commented 8 years ago

The kafka stdout which we send to a log file contains the same log as the primary log file server.log. Additionally we don't seem to have any log rolling on this file which can grow to be rather large.

We should consider either adding log rolling or removing the logging of stdout.

TD-4242 commented 8 years ago

I still think pushing stdout to a log is important for stuff not caught by the normal logging system. We should be able to turn off other logging from log4j/logback to not go to stdout though.

bbaugher commented 8 years ago

Yes it would probably be good to remove logging to stdout and look at adding log rolling for those files

bbaugher commented 8 years ago

Done by #30