add info of exited event

Signed-off-by: ningmingxiao <ning.mingxiao@zte.com.cn>
This commit is contained in:
ningmingxiao 2024-04-01 19:42:45 +08:00
parent c17839bdc7
commit 7bd4d348eb

View File

@ -64,7 +64,7 @@ func (c *criService) startSandboxExitMonitor(ctx context.Context, id string, exi
ExitedAt: protobuf.ToTimestamp(exitedAt),
}
log.L.Debugf("received exit event %+v", e)
log.L.Infof("received exit event %+v", e)
err = func() error {
dctx := ctrdutil.NamespacedContext()
@ -133,7 +133,7 @@ func (c *criService) startContainerExitMonitor(ctx context.Context, id string, p
ExitedAt: protobuf.ToTimestamp(exitedAt),
}
log.L.Debugf("received exit event %+v", e)
log.L.Infof("received exit event %+v", e)
err = func() error {
dctx := ctrdutil.NamespacedContext()