haproxy/haproxy/debian/rsyslog.conf

10 lines
286 B
Plaintext
Raw Normal View History

2022-06-07 11:44:34 +05:30
# Create an additional socket in haproxy's chroot in order to allow logging via
# /dev/log to chroot'ed HAProxy processes
$AddUnixListenSocket /var/lib/haproxy/dev/log
# Send HAProxy messages to a dedicated logfile
:programname, startswith, "haproxy" {
/var/log/haproxy.log
stop
}