Sfoglia il codice sorgente

Merge pull request #10718 from zhongwencool/log-changelog

chore: update 10607's log config changelog
JianBo He 2 anni fa
parent
commit
5aabd03bd0
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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`.