10 lines
114 B
Plaintext
10 lines
114 B
Plaintext
/var/log/nohang/*.log {
|
|
missingok
|
|
copytruncate
|
|
notifempty
|
|
size 1M
|
|
rotate 5
|
|
compress
|
|
delaycompress
|
|
}
|