Skip to content

global: Replace use of ctxlogrus with injected logger (pt.4)

Patrick Steinhardt requested to merge pks-log-replace-ctxlogrus-pt4 into master

This MR is the fourth and final part to replace usage of the ctxlogrus packages with injected loggers. After this series there are no users left anymore that use either log.FromContext() or log.LogrusLogger.ToContext(). This change is done in preparation for the ctxlogrus package going away completely in go-grpc-middleware v2.

Merge request reports