Skip to content

Commit

Permalink
chore: Update CHANGELOG for ISSUE-78 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun authored Nov 13, 2024
1 parent 2bbd8a9 commit b63071d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit b63071d

Please sign in to comment.