All Downloads are FREE. Search and download functionalities are using the official Maven repository.

uestdb-core.1.0.0.source-code.qlog.conf Maven / Gradle / Ivy

There is a newer version: 3.3.3
Show newest version
# 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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy