mirror of
https://github.com/foomo/keel.git
synced 2025-10-16 12:35:34 +00:00
fix: attr
This commit is contained in:
parent
714d6ddcd4
commit
6c8fbc21cb
@ -36,7 +36,7 @@ func NewGoRoutine(l *zap.Logger, name string, handler GoRoutineFn, opts ...GoRou
|
||||
// enrich the log
|
||||
l = log.WithAttributes(l,
|
||||
semconv.KeelServiceType("goroutine"),
|
||||
semconv.KeelServiceType(name),
|
||||
semconv.KeelServiceName(name),
|
||||
)
|
||||
|
||||
inst := &GoRoutine{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user