Move certain debug logs to trace logs

Signed-off-by: Kirtana Ashok <kiashok@microsoft.com>
This commit is contained in:
Kirtana Ashok
2024-01-10 14:43:54 -08:00
parent 25252e9790
commit f261969507
6 changed files with 18 additions and 18 deletions

View File

@@ -293,7 +293,7 @@ func drainExecSyncIO(ctx context.Context, execProcess containerd.Process, drainE
select {
case <-timerCh:
case <-attachDone:
log.G(ctx).Debugf("Stream pipe for exec process %q done", execProcess.ID())
log.G(ctx).Tracef("Stream pipe for exec process %q done", execProcess.ID())
return nil
}