11 lines
211 B
Plaintext
11 lines
211 B
Plaintext
%HOME_PATH%/pm2.log %HOME_PATH%/logs/*.log {
|
|
rotate 12
|
|
weekly
|
|
missingok
|
|
notifempty
|
|
compress
|
|
delaycompress
|
|
copytruncate
|
|
create 0640 %USER% %USER%
|
|
}
|