add info of exited event
Signed-off-by: ningmingxiao <ning.mingxiao@zte.com.cn>
This commit is contained in:
		@@ -64,7 +64,7 @@ func (c *criService) startSandboxExitMonitor(ctx context.Context, id string, exi
 | 
				
			|||||||
				ExitedAt:   protobuf.ToTimestamp(exitedAt),
 | 
									ExitedAt:   protobuf.ToTimestamp(exitedAt),
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			log.L.Debugf("received exit event %+v", e)
 | 
								log.L.Infof("received exit event %+v", e)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			err = func() error {
 | 
								err = func() error {
 | 
				
			||||||
				dctx := ctrdutil.NamespacedContext()
 | 
									dctx := ctrdutil.NamespacedContext()
 | 
				
			||||||
@@ -133,7 +133,7 @@ func (c *criService) startContainerExitMonitor(ctx context.Context, id string, p
 | 
				
			|||||||
				ExitedAt:    protobuf.ToTimestamp(exitedAt),
 | 
									ExitedAt:    protobuf.ToTimestamp(exitedAt),
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			log.L.Debugf("received exit event %+v", e)
 | 
								log.L.Infof("received exit event %+v", e)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			err = func() error {
 | 
								err = func() error {
 | 
				
			||||||
				dctx := ctrdutil.NamespacedContext()
 | 
									dctx := ctrdutil.NamespacedContext()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user