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
We chain error messages coming from Neptulon to Titan client and going back through ctx.Next() so log prefixes for errors gets mixed. Especially titan/client/route_out.go suffers from that. We need a better approach than just prefixing error messages (time for structured logging?).
We chain error messages coming from Neptulon to Titan client and going back through
ctx.Next()
so log prefixes for errors gets mixed. Especiallytitan/client/route_out.go
suffers from that. We need a better approach than just prefixing error messages (time for structured logging?).Ref: https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=golang%20error%20chaining
The text was updated successfully, but these errors were encountered: