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
Simplifies errors to always log their `Display` implementation and
always write their `Debug` implementation to `stderr`, this also
simplifies general logging procedure when a log target has not been
initialized, now all logs are written to `stdout`. Previously `error`
and `warn` level logs where written to `stderr` while `info`, `debug`
and `trace` level logs where written to `stdout`.
Signed-off-by: Jonathan Woollett-Light <[email protected]>
0 commit comments