revert: add caller

This commit is contained in:
Kevin Franklin Kim 2025-10-06 16:31:06 +02:00
parent d429707570
commit 650703f242
No known key found for this signature in database

View File

@ -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...)
}