There are five logging levels:
Each logging message is assigned a level of importance, and these are reflected in these levels. For example, Debug stores all logging messages, whereas Fatal only stores application-critical logging messages. By default, the logging level is set to Warn.
To change the level of logging, edit the logging.config file as follows: