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
I think this needs a major rework. We need to encapsulate the log as right now every sublogger we create is not being created from the base log, but from zerolog/log.
And probably adding a new GithubWriter instead of the ConsoleWriter would simplify things in the future.
Regular program output shouldn't run through the logger. Instead, use a configurable output, such that tests can read the output instead of stdout.
The log level should be changed to warning or error. Many of the informational messages probably need to be changed to use the output.
The output should also control printing for different configurations, e.g. for GitHub.
The text was updated successfully, but these errors were encountered: