pyr / riemann-kafka

kafka producer and consumer support in riemann
Other
41 stars 14 forks source link

Riemann-kafka consumer being verbose #4

Closed liuweichu closed 8 years ago

liuweichu commented 9 years ago

In start-kafka-thread, the line (info "got input event: " event) will dump all events to log, which will flood the logfile easily.

Though it's possible to suppress the log from riemann.logging, the loglevel of "got input event" should be lower IMHO.