Skip to content

Commit

Permalink
Update driver.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ruivieira authored Nov 12, 2024
1 parent 4cfaac9 commit 31bf021
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controllers/lmes/driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ func (d *driverImpl) Run() error {
}
}
toConsole(filepath.Join(d.Option.OutputPath, "stdout.log"))
toConsole(filepath.Join(d.Option.OutputPath, "stderr.log"))
// TODO: Remove so that log is not printed again at job's completion
// toConsole(filepath.Join(d.Option.OutputPath, "stderr.log"))

d.updateCompleteStatus(execErr)

Expand Down

0 comments on commit 31bf021

Please sign in to comment.