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
Interface classes may be needed, but they should not be over-used since they basically trashes structured logging.
An overhaul is needed to log specific getters in interface objects rather than the objects themselves. This goes somewhat against the idea of structured logging.
Describe the bug
Some (quite many) go objects in Meridio are really interfaces. When used for output in structured logging the contents is empty
{}
. Example;Meridio/pkg/loadbalancer/stream/loadbalancer.go
Line 190 in c19b1d2
To Reproduce
Check the load-balancer logs:
Expected behavior
Useful logging
The text was updated successfully, but these errors were encountered: