mirror of
https://github.com/ovh/the-bastion.git
synced 2024-11-14 12:17:32 +08:00
16 lines
300 B
Text
16 lines
300 B
Text
|
/var/log/bastion/bastion*.log {
|
||
|
notifempty
|
||
|
missingok
|
||
|
rotate 365
|
||
|
daily
|
||
|
compress
|
||
|
delaycompress
|
||
|
create 0640 root adm
|
||
|
dateext
|
||
|
sharedscripts
|
||
|
postrotate
|
||
|
invoke-rc.d syslog-ng reload > /dev/null
|
||
|
endscript
|
||
|
}
|
||
|
|