NAME
Message::Passing::Output::Syslog - output messages to Syslog.
SYNOPSIS
message-pass --input STDIN --output Syslog --output_options '{"hostname":"127.0.0.1","port":"5140"}'
DESCRIPTION
Provides a syslogd client.
Can be used to ship syslog logs from a Message::Passing system.
ATTRIBUTES
hostname
The hostname to connect to
port
The port to connect to, defaults to 5140.
protocol
Because of the implementation of the underlying library this module currently always uses udp
. You are free however to set this to tcp
if that makes you happy.