haraka / haraka-plugin-syslog

Haraka plugin that logs via syslog
MIT License
3 stars 4 forks source link
haraka plugin syslog

Build Status Code Climate

NPM

haraka-plugin-syslog

Adds syslog support to Haraka. Most log levels in haraka already map to valid levels in syslog. Additional log levels in haraka fall under the DEBUG syslog level.

Enable

add syslog to config/plugins, near the top of the file.

Configuration

config/syslog.ini is the configuration file for the syslog plugin. In it you can find ways to customize the syslog service name, set the logging facility, and set any syslog options you wish. For example:

[general]
name=SomeOtherName

Sane defaults are chosen for you.