criteo/cassandra_exporter

Logs are parsed to stderr instead of stdout

Closed this issue · 1 comments

For example scrape logs are parsed to stderr. It would be nice to have only errors appear in stderr cause it makes monitoring alot simpler ;D

erebe commented

You can change the logging ouput by starting cassandra_exporter with this parameter
-Dorg.slf4j.simpleLogger.logFile
The output target which can be the path to a file, or the special values "System.out" and "System.err". Default is "System.err".
https://www.slf4j.org/api/org/slf4j/impl/SimpleLogger.html