feat(executor): debug log protobuf request
This commit is contained in:
parent
a2ae94dbcd
commit
d9fd85d4a5
|
@ -37,6 +37,7 @@ func (e *Sandbox) Run(cmds []stage.Cmd) ([]stage.ExecutorResult, error) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pbReq := &pb.Request{Cmd: convertPBCmd(cmds)}
|
pbReq := &pb.Request{Cmd: convertPBCmd(cmds)}
|
||||||
|
slog.Debug("sandbox execute", "protobuf request", pbReq)
|
||||||
pbRet, err := e.execClient.Exec(context.TODO(), pbReq)
|
pbRet, err := e.execClient.Exec(context.TODO(), pbReq)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|
Loading…
Reference in New Issue
Block a user