0
Under review
specify log level on start
Hi,
Wondering if it is possible (without recompiling the JAR) to specify the log level at startup, i.e., with a command line option ?
We have -workdir and -headless, etc, wouldnt mind a -loglevel
(unless it already exists?)
Use case for containers is I only really want to output errors, info level does not really interest me.
Customer support service by UserEcho
Give a look here: https://vaemendis.github.io/ubooquity-doc/pages/tutorials/log-customization.html
Thanks! Looks like it picks up log-config.xml if i have -workdir specified on start?
To be honest I don't remember having tested a custom workdir with a custom log configuration.
My advice is to always use an absolute path for the custom log config file.
Now perhaps that's an issue when using a container...