浏览代码

chore: update 10607's log config changelog

某文 2 年之前
父节点
当前提交
17ab30d8bb
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      changes/feat-10607.en.md

+ 3 - 0
changes/feat-10607.en.md

@@ -0,0 +1,3 @@
+Simplified log configuration:
+- Replaced `log.console_handler` with `log.console`, keeping only `enable, level, formatter, and time_offset`.
+- Replaced `log.file_handlers` with `log.file`, keeping only `enable, level, formatter, time_offset, rotation_count, rotation_size, to`.