I want to get more information from KairosDB queries and want to start it in DEBUG mode. I can't find a log4j file or any log level setting in conf/kairosdb.properties. Where can I set the log level to DEBUG in Kairos ?
Asked
Active
Viewed 796 times
1 Answers
1
I finally figured it out.
- Grab a sample logback.xml like https://github.com/proofpoint/kairosdb/blob/master/src/main/resources/logback.xml. In the fine O
- Put it in your Kairos directory say inside /opt/kairos/lib
- In the bin/kairosdb.sh change JAVA_OPTS to JAVA_OPTS=-Dlogback.configurationFile=lib/logback.xml
- Restart KairosDB.

user1191140
- 1,559
- 3
- 18
- 37