Files
peya-nodejs-pool/deployment/logrotate

7 lines
89 B
Plaintext
Raw Normal View History

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