opensnitch/debian/opensnitch.logrotate
Gustavo Iñiguez Goia 4407b82346 deb package: added logrotate file, lower daemon log level
Added a logrotate file to limit the size of the log and rotate as
needeed.
Changed daemon log level to important.
2020-03-01 00:40:58 +01:00

13 lines
235 B
Text

/var/log/opensnitchd.log {
rotate 7
# order of the fields is important
maxsize 50M
# we need this option in order to keep logging
copytruncate
missingok
notifempty
delaycompress
compress
create 640 root root
weekly
}