Open Documentation Menu

Setting the logging

To influence the log level of the dbs | case manager logging, you must adjust the application.properties file. This file can be found as a template in the templates\config directory of the installation directory. Create and customize the file in the working\config directory.

To do this, adjust the setting quarkus.log.category."com.dvelop.casemanagement".level. You can select the following log levels:

  • DEBUG

  • INFO

  • WARN

  • ERROR

  • FATAL

  • TRACE:

Replace the existing log level and restart dbs | case manager.