Open Gregmus2 opened 10 months ago
https://github.com/grpc-ecosystem/go-grpc-middleware/blob/220740bc30b1fb92c6a36f3ac3c248ad0c5cc53d/interceptors/logging/examples/logrus/example_test.go#L21
if statement should be replaced with for in order to log all fields
if
for
I thought we fixed this already, maybe it was in a different logger 🤔 . Would you be interested in contributing a fix?
I had the same issue, I'll try to fix it !
https://github.com/grpc-ecosystem/go-grpc-middleware/pull/694
https://github.com/grpc-ecosystem/go-grpc-middleware/blob/220740bc30b1fb92c6a36f3ac3c248ad0c5cc53d/interceptors/logging/examples/logrus/example_test.go#L21
if
statement should be replaced withfor
in order to log all fields