-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
handler breaks zerolog.ConsoleWriter #3
Comments
maybe the Console write should respect |
my workaround is to override the FormalLevel as the crzerolog pkg changes the labels for the levels.
|
Thanks @ernest-ag5. This package renames the level value and that causes I filed a PR in zerolog to fix this issue: rs/zerolog#476 For the time being, please use the workaround you mentioned. |
This issue was fixed in #4, please use the latest version of this package. |
please create a new tag so I can update my deps |
@ernest-ag5 Tagged: https://github.com/yfuruyama/crzerolog/releases/tag/v0.3.1 Thanks! |
hi,
for local development, we setup the zerolog logger with a ConsoleWriter.
However, since the crzerolog handler is removing the "level" field, replacing? it with "severity", the console writer cannot see the log level producing output such as
The text was updated successfully, but these errors were encountered: