We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
similar to #514 now here is Any in event, need a similar change in context, so log.With() can use any
Any
log.With()
// before log.With().Interface("params", p).Msg("charge request") // after log.With().Any("params", p).Msg("charge request")
The text was updated successfully, but these errors were encountered:
Feel free to make a PR.
Sorry, something went wrong.
Added PR here https://github.com/rs/zerolog/pull/580/files
Successfully merging a pull request may close this issue.
similar to #514
now here is
Any
in event, need a similar change in context, solog.With()
can use anyThe text was updated successfully, but these errors were encountered: