shim: move reap log line to debug
Fixes https://github.com/containerd/containerd/issues/7941 Signed-off-by: Samuel Karp <samuelkarp@google.com>
This commit is contained in:
parent
515d68099b
commit
5f1a42543c
@ -71,7 +71,7 @@ func serveListener(path string) (net.Listener, error) {
|
||||
}
|
||||
|
||||
func reap(ctx context.Context, logger *logrus.Entry, signals chan os.Signal) error {
|
||||
logger.Info("starting signal loop")
|
||||
logger.Debug("starting signal loop")
|
||||
|
||||
for {
|
||||
select {
|
||||
|
Loading…
Reference in New Issue
Block a user