mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
journal logs are nice and all, but they are comparatively large and (mostly) uncompressed. This way we at can at least maintain logs for a reasonable time frame to investigate issues even if the journal decided that it has to clean up "old" logs. The logrotate config uses an archive directory to rotate logs to for stricter permissions on old logs to increase data protection (EU GDPR). Signed-off-by: Florian Pritz <bluewind@xinu.at>
6 lines
196 B
Django/Jinja
6 lines
196 B
Django/Jinja
CONFIG_FILE=/etc/syslog-ng/syslog-ng.conf
|
|
PERSIST_FILE=/var/lib/syslog-ng/syslog-ng.persist
|
|
CONTROL_FILE=/var/lib/syslog-ng/syslog-ng.ctl
|
|
PID_FILE=/run/syslog-ng.pid
|
|
OTHER_OPTIONS="--enable-core"
|