Log level parameter regulates which log entries are logged and which are skipped. Valid numbers are 1 thru 9.
1 - EMERGENCY (system is unusable)
2 - ALERT (action must be taken immediately)
3 - CRITICAL (critical condition)
4 - ERROR (error condition)
5 - WARNING (warning condition)
6 - NOTICE (normal but significant condition)
7 - INFO (informational condition)
8 - STATISTICAL (IMiS/ARChive proprietary informations)
9 - DEBUG (debug level messages)
When LogLevel is set to a particular level, all log entries with the level lower or equal to the set level are logged and other are skipped. |