mirror of
https://github.com/foomo/keel.git
synced 2025-10-16 12:35:34 +00:00
revert: add caller
This commit is contained in:
parent
d429707570
commit
650703f242
@ -18,5 +18,5 @@ func Log(ctx context.Context) *zap.Logger {
|
||||
zap.String("span_id", span.SpanID().String()),
|
||||
)
|
||||
}
|
||||
return log.Logger().WithOptions(zap.WithCaller(true)).With(fields...)
|
||||
return log.Logger().With(fields...)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user