The "log_syslog" Module (v4)

This module depends on a UNIX-specific system library and must be manually enabled at compile time.

If you are running on a UNIX system you can enable this module using the following command:

./configure --enable-extras log_syslog

Description

This module provides the ability to log to syslog.

Configuration

To load this module use the following <module> tag:

<module name="log_syslog">

<log>

This module extends the core <log> tags with the following fields:

Name Type Default Value Description
method Text None Required! This MUST be set to syslog to use system logging.
Example Usage
<log method="syslog"
     level="normal"
     type="* -USERINPUT -USEROUTPUT">