diff --git a/controllers/lmes/driver/driver.go b/controllers/lmes/driver/driver.go index 13bc650..bf9eede 100644 --- a/controllers/lmes/driver/driver.go +++ b/controllers/lmes/driver/driver.go @@ -131,7 +131,9 @@ func (d *driverImpl) Run() error { } } toConsole(filepath.Join(d.Option.OutputPath, "stdout.log")) - toConsole(filepath.Join(d.Option.OutputPath, "stderr.log")) + + // TODO: Remove to prevent printing twice when job finishes + // toConsole(filepath.Join(d.Option.OutputPath, "stderr.log")) d.updateCompleteStatus(execErr)