diff --git a/endure.go b/endure.go index 5d178f3..3aec2a0 100644 --- a/endure.go +++ b/endure.go @@ -52,7 +52,7 @@ func New(level slog.Leveler, options ...Options) *Endure { graph: graph.New(), mu: sync.RWMutex{}, stopTimeout: time.Second * 30, - log: zlog, + log: zlog.Named("endure"), } // Main thread channels