Skip to content

Commit

Permalink
add info of exit event
Browse files Browse the repository at this point in the history
Signed-off-by: ningmingxiao <ning.mingxiao@zte.com.cn>
  • Loading branch information
ningmingxiao committed Apr 1, 2024
1 parent c17839b commit 94a7daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cri/server/events.go
Expand Up @@ -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()
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 94a7daf

Please sign in to comment.