Skip to content

Commit

Permalink
fix(job): Increases default stderr output length
Browse files Browse the repository at this point in the history
  • Loading branch information
fleimgruber committed Nov 17, 2023
1 parent 5142fa5 commit 7cf593a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/job_watcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ impl JobWatcher {
"partition",
"nodelist",
"stdout:80",
"stderr",
"stderr:80",
"command:80",
"statecompact",
"reason",
Expand Down

0 comments on commit 7cf593a

Please sign in to comment.