Files
huike-back/htykc/logrotate.config
T

18 lines
193 B
Plaintext
Raw Normal View History

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