Skip to content

log: Deprecate and remove `log.Default()` (pt.2)

This MR continues with the deprecation of log.Default() and eventually removes it. The end result is that all commands that require a logger are forced to use log.Configure() to obtain a logging instance.

Merge request reports

Loading