aboutsummaryrefslogtreecommitdiff
path: root/internal/manager
diff options
context:
space:
mode:
Diffstat (limited to 'internal/manager')
-rw-r--r--internal/manager/manager.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/manager/manager.go b/internal/manager/manager.go
index bc216c1..7d5a527 100644
--- a/internal/manager/manager.go
+++ b/internal/manager/manager.go
@@ -109,7 +109,7 @@ func (mgr *Manager) Run(ctx context.Context) error {
case <-ctx.Done():
if !shutdown {
shutdown = true
- mgr.Logger.Noticef("shutdown scheduled in %v\n", mgr.ShutdownTimeout)
+ mgr.Logger.Debugf("shutdown scheduled in %v\n", mgr.ShutdownTimeout)
// defer shutdown so that all channels can be drained
var cancel context.CancelFunc