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
So potential fix would be to find all error-typed values and convert them into string using .Error() or require from user to use MarshalJSON()-able objects that fulfill error interface as well.
(example of such custom error https://play.golang.org/p/Z7YNNl6lNZE)
When using WithError alog with Warn and below, the formatter leaves the error key in data, but strips the error message leaving an empty string.
Console output
The text was updated successfully, but these errors were encountered: