nohang/conf/logrotate.d/nohang
2020-05-23 15:34:51 +09:00

10 lines
114 B
Plaintext

/var/log/nohang/*.log {
missingok
copytruncate
notifempty
size 1M
rotate 5
compress
delaycompress
}