ansible-roles/evolinux-base/files/logs/rsyslog.d/10-evolinux-default.conf
Brice Waegeneire 679e170dce
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2625|6|2619|7|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/376//ansiblelint">Evolix » ansible-roles » unstable #376</a>
gitea/ansible-roles/pipeline/head This commit looks good
evolinux-base: use separate default config file for rsyslog
2023-10-18 15:10:35 +02:00

14 lines
696 B
Plaintext

# 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")