Skip to content

log: Disallow usage of `logrus.With` functions

Patrick Steinhardt requested to merge pks-log-drop-with into master

This MR disallows usage of logrus.With functions which use the standard logger provided by logrus itself. All callers should instead be using either an injected logging instance, log.Default() or ctxlogrus().

Merge request reports