diff --git a/basculeLogging.go b/basculeLogging.go index dc3a685..d2c7815 100644 --- a/basculeLogging.go +++ b/basculeLogging.go @@ -44,6 +44,7 @@ func setLogger(logger *zap.Logger, lf ...LoggerFunc) func(delegate http.Handler) kvs = f(kvs, r) } } + // nolint:staticcheck kvs, _ = candlelight.AppendTraceInfo(r.Context(), kvs) ctx := r.WithContext(sallust.With(r.Context(), logger)) delegate.ServeHTTP(w, ctx) diff --git a/main.go b/main.go index edc5dc5..f89e6db 100644 --- a/main.go +++ b/main.go @@ -33,8 +33,8 @@ import ( "github.com/xmidt-org/candlelight" // nolint:staticcheck - "github.com/xmidt-org/webpa-common/v2/adapter" + // nolint:staticcheck "github.com/xmidt-org/webpa-common/v2/concurrent" // nolint:staticcheck