Skip to content

Commit 1d37961

Browse files
committed
fix: extra debugs just in case
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
1 parent c95fd23 commit 1d37961

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ func (e *CommandCustodianExecutor) Execute(ctx context.Context, req CustodianExe
569569
"stdout_len", stdoutBuf.Len(),
570570
"stderr_len", stderrBuf.Len(),
571571
)
572+
e.Logger.Debug("custodian outputs", "stdout", stdoutBuf.Tail(100), "stderr", stderrBuf.Tail(100))
572573
goto commandFinished
573574
case <-ticker.C:
574575
elapsed := time.Since(result.StartedAt).Round(time.Second).String()

0 commit comments

Comments
 (0)