In the Logging configuration page it is possible to change the console and database log level of the application. The log level is the message level of severity that will be displayed or saved in the database ( Figure 10.10 ):
The following attributes are shown:
Application console log level
The log level that the user wants to monitor.
Audit database log level.
The log level that the database saves.
Both Console Log Level and DB Log Level have the same options:
DEBUG
The DEBUG level designates informational events that are most useful to debug an application.
INFO
The INFO level designates informational messages that highlight the progress of the application.
WARNING
The WARNING level designates potentially harmful situations.
ERROR
The ERROR level designates error events that might still allow the application to continue running.
FATAL
The FATAL level designates very severe error events that will presumably lead the application to abort.
Press the button to submit the changes that have been made or the button to discard the changes.
![]() | Tip |
|---|---|
|
The log is shown at the bottom of the page. The user can expand the messages to view all or hide all. |