You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixesopen-telemetry#4141
The logr calling convention does not support fmt semantics for message
formatting. Format the message before it is sent to logr for logging.
* Format log message before logging with logr
Fixes#4141
The logr calling convention does not support fmt semantics for message
formatting. Format the message before it is sent to logr for logging.
* Add change to changelog
* Fix lint
Don't shadow the log pkg.
* Replace buflogr with funcr
* Run make
* Update exporters/zipkin/zipkin_test.go
Co-authored-by: Robert Pająk <[email protected]>
---------
Co-authored-by: Robert Pająk <[email protected]>
Description
It seems that the logger is being called with its varargs as format arguments, but logr wants a list of key-values.
Environment
Steps To Reproduce
It outputs this:
Expected behavior
A structured log, something like:
The text was updated successfully, but these errors were encountered: