uestdb-core.1.0.0.source-code.qlog.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of questdb-core Show documentation
Show all versions of questdb-core Show documentation
QuestDB is High Performance Time Series Database
# list of configured writers
writers=file,stdout
# file writer
#w.file.class=com.questdb.log.LogFileWriter
#w.file.location=questdb-debug.log
#w.file.level=INFO,ERROR
# stdout
w.stdout.class=com.questdb.log.LogConsoleWriter
w.stdout.level=INFO,ERROR