From b63071d8301d14209649116960ca74e29dfcfc05 Mon Sep 17 00:00:00 2001 From: tison Date: Wed, 13 Nov 2024 23:11:23 +0800 Subject: [PATCH] chore: Update CHANGELOG for ISSUE-78 (#79) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83844fb..9c634aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -146,6 +146,8 @@ fn main() { } ``` + Besides, the default layout of Stdout, Stderr, and RollingFile is changed from `IdenticalLayout` to `TextLayout`. + 2. refactor: unify level/target filter to directive filter ([#65](https://github.com/fast/logforth/pull/65)) Most `From` conversions are kept so that typically you won't notice the change. But if you directly use `LevelFilter` and `TargetFilter`, they are now removed. The functionalities can be covered by `EnvFilter`.