Skip to content

Tips and Tricks

Tobias Block edited this page Oct 20, 2023 · 1 revision

Enabling the Debug Mode

When enabling the Debug mode, additional debug functions become available in the console UI. The Debug mode can be enabled by setting the following environment variable in the bash shell prior to starting the UI:

export MRI4ALL_DEBUG=true

Setting the Log Level

By default, the logger will capture message of type Info, Warning, Error, and Exception. To also capture Debug messages, the log level must be set to Debug. This can be done via the following environment variable. It is necessary to restart the console UI and services before the change becomes effective.

export MRI4ALL_LOG_LEVEL=debug