Logging Management - moritzmars/ScienceDataManagement GitHub Wiki

Inside the Logging Management section your are able to see all the logging informations of the application. There are five different logging levels:

  • DEBUG: This is the lowest level of an log entry. The information often described the current step of the execution (for example: Method entry, Method leave, etc...)
  • INFO:
  • WARN:
  • ERROR:
  • FATAL: This is the highest level of an log entry. A FATAL log message is often caused by an excepton inside the application.

2015-02-27 11_28_54-facelet title

You can manage to which level the messages should be logged by setting the application monitoring level inside the Settings section.