Skip to content

global: Replace usage of `log.Default()` (pt.1)

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

This is the first part to remove usage of log.Default(). Callers should instead be using either an injected logging instance or extract it from the context.

Merge request reports