Files
huike-back/htyws/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
"./htyws.log" {
missingok
hourly
rotate 12
copytruncate
size 200M
}
"./htyws.nohup.log" {
missingok
hourly
rotate 12
copytruncate
size 200M
}