Merge pull request #10718 from zhongwencool/log-changelog

chore: update 10607's log config changelog
This commit is contained in:
JianBo He 2023-05-17 08:54:48 +08:00 committed by GitHub
commit 5aabd03bd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
changes/feat-10607.en.md Normal file
View File

@ -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`.