Samhain | ||
---|---|---|
<<< Previous | Configuration of logging facilities | Next >>> |
samhain will translate its own severities into syslog priorities as follows:
Severity | Syslog priority |
---|---|
debug | LOG_DEBUG |
info | LOG_INFO |
notice | LOG_NOTICE |
warn | LOG_WARNING |
mark | LOG_ERR |
err | LOG_ERR |
crit | LOG_CRIT |
alert | LOG_ALERT |
Messages larger than 960 chars will be split into several messages. By default, samhain will use the identity 'samhain', the syslog facility LOG_AUTHPRIV, and will log its PID (process identification number) in addition to the message.
The syslog facility can be modified via the directive SyslogFacility=command>LOG_xxx in the Misc section of the configuration file.
<<< Previous | Home | Next >>> |
Prelude | Up | SQL Database |