Logging Levels
ALL  | 
Everything is written to the logfile  | 
|---|---|
DEBUG  | 
Debuginformation is written to the logfile  | 
INFO  | 
Every error, warnings and infos are written to the logfile  | 
WARN  | 
Every error and warnings are written to the logfile  | 
ERROR  | 
Every error is written to the logfile  | 
FATAL  | 
Only critical errors are written to the logfile  | 
OFF  | 
No logging  |