ansible-roles/evolinux-base/files/logs/rsyslog.d/10-evolinux-default.conf

14 lines
696 B
Plaintext
Raw Permalink Normal View History

# RSyslog for Pack Evolix serveur - Debian Bookworm
daemon.* action(type="omfile" file="/var/log/daemon.log")
lpr.* action(type="omfile" file="/var/log/lpr.log")
news.* action(type="omfile" file="/var/log/news.log")
uucp.* action(type="omfile" file="/var/log/uucp.log")
local0.* action(type="omfile" file="/var/log/postgresql.log")
local1.* action(type="omfile" file="/var/log/sympa.log")
# To be explicit we specify “sync="off"” even though it's the default
local4.* action(type="omfile" sync="off" file="/var/log/openldap.log")
local5.* action(type="omfile" sync="off" file="/var/log/haproxy.log")
local7.* action(type="omfile" file="/var/log/dhcp.log")