Files
biomedjs/node_modules/log4node/test/cluster-sub-logger-logrotate/logrotate.conf

8 lines
103 B
Plaintext
Raw Normal View History

2014-09-14 07:04:16 -04:00
"test.log" {
rotate 5
weekly
postrotate
kill -USR2 `cat process.pid`
endscript
}