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
Previously, the escape sequences for terminal colors were included
directly in the log string. This made it difficult to understand what
was being logged. Add some wrapper methods to clean up the abstraction
of the color output logic. Also, avoid using color logging if web.go
isn't running in a terminal (e.g the output is being piped).
0 commit comments