Instead of displaying messages about occurring errors or the program execution directly in the interface, they are logged in log files.
For a message to be logged, its importance has to meet or surpass the configured log level. The log level serves as filter for the actually logged messages.
The levels of importance are sorted this way:
DEBUG > INFO > WARNING > ERROR > FATAL
All messages with the importance of the configured log level and all messages more important are logged.