mirror of
https://github.com/Unitech/pm2.git
synced 2025-12-08 20:35:53 +00:00
10 lines
190 B
Plaintext
10 lines
190 B
Plaintext
%HOME_PATH%/pm2.log %HOME_PATH%/logs/*.log {
|
|
rotate 12
|
|
weekly
|
|
missingok
|
|
notifempty
|
|
compress
|
|
delaycompress
|
|
create 0640 %USER% %USER%
|
|
}
|