Skip to content

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

Patrick Steinhardt requested to merge pks-log-deprecate-log-default-pt2 into master

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