Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten committed Oct 22, 2024
1 parent ba20612 commit 1eef143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/telemetry/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func newLogger(ctx context.Context, set Settings, cfg Config) (*zap.Logger, log.

logger = logger.WithOptions(zap.WrapCore(func(c zapcore.Core) zapcore.Core {
return zapcore.NewTee(
logger.Core(),
c,
otelzap.NewCore("go.opentelemetry.io/collector/service/telemetry",
otelzap.WithLoggerProvider(lp),
),
Expand Down

0 comments on commit 1eef143

Please sign in to comment.