Logging
The CLI provides its own default logback logback.xml
logging file which has sane defaults for typical usage. It’s also possible to provide a custom logback.xml
configuration file using the --logback-file
command line argument.
For more details about logback and/or the logback.xml
configuration format read the general architecture section on logging.
The source code for this page can be found here.