With syslog, people tend not to include the REASON of the message
in the logs, because that is already used to determine the destination
of the message. Use new(format_reason) with IGNORE
to achieve
that.
Option | Defined in | Default |
---|---|---|
accept | Log::Report::Dispatcher |
|
facility | 'user' | |
flags | 'pid,nowait' | |
format_reason | Log::Report::Dispatcher | 'LOWERCASE' |
identity | <basename $0> | |
locale | Log::Report::Dispatcher | <system locale> |
mode | Log::Report::Dispatcher | 'NORMAL' |
to_prio | [] |
Returns a level which is understood by syslog(3), based on a translation table. This can be changed with new(to_prio).