-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow changing the casing of the Level field
Users can now choose between `Lowercase` and `Uppercase` for the casing of the Level fields value. Example output (pretty-printed for readability): `Casing::Uppercase` ```json { "severity": "ERROR", "ts": 1696892235, "target": "tracing_ndjson::tests", "fields": { "msg": "hello world from error" } } ``` The default remains `Casing::Lowercase`.
- Loading branch information
1 parent
e78bb7c
commit d855fc7
Showing
2 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters