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
go-grpc-middleware/interceptors/logging/examples/logrus/example_test.go
Line 21 in 220740b
if statement should be replaced with for in order to log all fields
if
for
The text was updated successfully, but these errors were encountered:
I thought we fixed this already, maybe it was in a different logger 🤔 . Would you be interested in contributing a fix?
Sorry, something went wrong.
I had the same issue, I'll try to fix it !
#694
No branches or pull requests
go-grpc-middleware/interceptors/logging/examples/logrus/example_test.go
Line 21 in 220740b
if
statement should be replaced withfor
in order to log all fieldsThe text was updated successfully, but these errors were encountered: