fix(log): custom writer to rotate log file when exceeds max_file_size (fix #707) (#3110)

This commit is contained in:
liuzhch1
2025-11-20 17:29:17 +08:00
committed by GitHub
parent e644f38673
commit ae278ddf60
2 changed files with 201 additions and 102 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"log": patch
"log-js": patch
---
Fix log file rotation when exceeding `max_file_size`.