Logging
This section contains instructions that are only relevant for on-prem deployments.
RioDB uses Logback to give you the flexibility to log internal events the way you want (Such as warnings or errors happening within RioDB).
Logback let’s you set the log level (TRACE, WARN, ERROR, etc..) and also where to log (stdout, file, etc).
This is an useful tutorial on Logback.
RioDB logging is customized by editing the file conf/logback.xml
Note, that the path to logback.xml can be modified in the configuration file conf/riodb.conf.