Files
huike-back/htyproc/logrotate.config
T

18 lines
197 B
Plaintext
Raw Normal View History

compress
"./htyproc.log" {
missingok
hourly
rotate 12
copytruncate
size 200M
}
"./htyproc.nohup.log" {
missingok
hourly
rotate 12
copytruncate
size 200M
}