pingles/clj-kafka

Reduce logging level

Closed this issue · 1 comments

Tests output a lot of info messages from the kafka server and zookeeper servers; minimise this to the console + move to a log file in dev/test profiles.

Tests now log INFO, WARN and ERROR messages into ./log/kafka.log. These are log messages primarily from the Zookeeper and Kafka servers. Keeps the console output to just the tests.