Files
falco/integrations/logrotate/falco
2018-07-13 13:02:26 +02:00

7 lines
120 B
Plaintext

/var/log/falco-events.log {
rotate 5
size 1M
postrotate
/usr/bin/killall -USR1 falco
endscript
}