level
Previous  Top  Next

Each Syslog message includes a priority value at the beginning of the text. The priority value ranges from 0 to 191 and is made up of a Facility value and a Level value.

The priority value is calculated using the following formula:
Priority = Facility * 8 + Level

The list of severity Levels:

0   Emergency: system is unusable 
1   Alert: action must be taken immediately  
2   Critical: critical conditions  
3   Error: error conditions 
4   Warning: warning conditions  
5   Notice: normal but significant condition  
6   Informational: informational messages 
7   Debug: debug-level messages  

By default, this value is set to 6 (info).