-
Notifications
You must be signed in to change notification settings - Fork 9
Tips and Tricks
Tobias Block edited this page Oct 20, 2023
·
1 revision
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
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
MRI4ALL Hackathon 2023 - https://mri4all.org