84 Commits

Author SHA1 Message Date
b7205121bd bugfix 2026-06-09 11:39:24 +08:00
b1ef9e4b1f fix: detect log rotation and reopen file handle for daily archiving 2026-05-31 09:33:39 +08:00
db1c6fed8f feat: add debug_params() for compact debug output with value truncation 2026-05-29 12:05:54 +08:00
5238a08309 perf: log system - keep file handle open + async queue writes
- Replace open/write/flush/close per log call with persistent file handle
- Use threading.Queue + background daemon thread for non-blocking writes
- Only flush on exception/critical levels or periodically (every 1s idle)
- Queue full protection: drop oldest entry instead of blocking event loop
- Eliminates disk I/O blocking on slow storage (NFS/cloud disk) during high traffic
2026-05-26 13:18:47 +08:00
afe7637966 bugfix 2026-05-16 16:44:08 +08:00
6cf4dbb8cc bugfix 2026-05-15 16:55:01 +08:00
fb25b4a28d bugfix 2026-05-15 16:19:58 +08:00
f429f1d599 bugfix 2026-05-14 15:12:33 +08:00
dd6ab56214 bugfix 2026-05-14 15:10:46 +08:00
24c50d6526 bugfix 2026-05-14 15:04:09 +08:00
b4d53d75af bugfix 2026-05-14 15:00:49 +08:00
cb8269d1e5 bugfix 2026-04-29 17:43:59 +08:00
9532358d24 bugfix 2026-04-10 08:18:03 +08:00
2f3c59b8da bugfix 2026-03-27 12:01:48 +08:00
79e9c78f74 bugfix 2026-03-03 17:33:40 +08:00
82b3e32dd1 bugfix 2026-03-03 17:22:12 +08:00
8ab5f767cf bugfix 2026-03-03 17:11:51 +08:00
yumoqing
a5de7478b9 bugfix 2026-03-02 20:18:00 +08:00
yumoqing
06c2299778 bugfix 2026-03-02 20:16:47 +08:00
yumoqing
2cc7746abc bugfix 2026-03-02 20:09:25 +08:00
yumoqing
ecfb4d1746 bugfix 2026-03-02 20:04:46 +08:00
yumoqing
2db7195c2c bugfix 2026-03-02 20:02:11 +08:00
yumoqing
85197704f6 bugfix 2026-03-02 20:00:45 +08:00
yumoqing
d24a404b82 bugfix 2026-03-02 19:48:32 +08:00
4a7f70892f bugfix 2026-02-26 11:27:08 +08:00
0e00b9560a bugfix 2026-02-25 18:46:09 +08:00
fe29022e8d bugfix 2026-02-25 11:35:00 +08:00
7dc11e6c35 bugfix 2026-02-24 14:02:05 +08:00
9ca4e23358 bugfix 2026-02-13 16:01:14 +08:00
f4a924d10c bugfix 2026-02-13 15:34:40 +08:00
1ca11c2aee bugfix 2026-02-13 15:30:20 +08:00
bd3958e8ff bugfix 2026-02-13 14:58:39 +08:00
20e994c7f3 bugfix 2026-02-13 11:13:37 +08:00
0aeb1df05f bugfix 2026-02-13 10:52:24 +08:00
521498a18d bugfix 2026-02-12 18:16:25 +08:00
7f0ed97e5a bugfix 2026-02-12 18:06:05 +08:00
5db566eec0 bugfix 2026-02-12 18:05:44 +08:00
4921a5c62c bugfix 2026-01-20 16:12:39 +08:00
f053753fdb bugfix 2025-12-11 11:00:28 +08:00
dff5323f96 bugfix 2025-11-28 17:56:22 +08:00
5d47dd43cc bugfix 2025-11-28 17:49:44 +08:00
6388f44e80 bugfix 2025-11-05 14:17:40 +08:00
bc0de26a18 bugfix 2025-10-22 15:50:31 +08:00
3ba6fdaf57 bugfix 2025-10-22 15:43:34 +08:00
1976f645cb bugfix 2025-10-16 12:21:17 +08:00
849bcedc3a bugfix 2025-10-16 12:01:13 +08:00
bb46348f8d bugfix 2025-10-16 11:58:15 +08:00
e4f344940c bugfix 2025-10-14 15:52:37 +08:00
a06fd181ad bugfix 2025-10-14 15:33:48 +08:00
064f82dec6 bugfix 2025-10-14 15:30:40 +08:00