chore(executor/sandbox): debug log pbReq size
This commit is contained in:
parent
792af0bd3c
commit
d2325d675f
|
@ -36,7 +36,7 @@ func (e *Sandbox) Run(cmds []stage.Cmd) ([]stage.ExecutorResult, error) {
|
|||
slog.Debug("sandbox execute", "i", i, "pbCmd size", proto.Size(pbCmd))
|
||||
}
|
||||
pbReq := &pb.Request{Cmd: pbCmds}
|
||||
slog.Info("sandbox execute", "pbReq size", proto.Size(pbReq))
|
||||
slog.Debug("sandbox execute", "pbReq size", proto.Size(pbReq))
|
||||
pbRet, err := e.execClient.Exec(context.TODO(), pbReq)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
Loading…
Reference in New Issue
Block a user