smartcat-labs / cassandra-diagnostics

Cassandra Node Diagnostics Tools
Apache License 2.0
51 stars 6 forks source link

Log Reporter should be configurable (Ex: Not default to Cassandra Log) #270

Open cjrolo opened 7 years ago

cjrolo commented 7 years ago

By default LogReporter will push data to casssandra system.log

It should be configurable and by default use another log file.

mgobec commented 7 years ago

Can this be simple done with defining a separate file appender in cassandra log config? @nivancevic @nbozic How does this issue sound to you?