Files
peya-nodejs-pool/deployment/logrotate
2020-02-10 15:49:40 -05:00

7 lines
89 B
Plaintext

/path/to/pool/logs/*.log {
daily
rotate 7
missingok
compress
create
}