Files
huike-back/htyts/logrotate.config
T
weli 0e53c9f66d feat(htykc): clazz completed_at migration; logrotate for htykc/htyproc/htyts
Portable run_rotate; moicen_start_huiwings_stack and ws_clazz updates; schema/models sync.

Made-with: Cursor
2026-04-26 17:14:44 +08:00

18 lines
193 B
Plaintext

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