From b35235b8b15a40379b1eb2a04aa14e60f21aa8a9 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Mon, 8 Jan 2024 09:00:13 +0100 Subject: Change notice -> debug print for shutdown notice --- internal/manager/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3