Skip to content

Commit

Permalink
Merge pull request natcap#1659 from emlys/bugfix/1654
Browse files Browse the repository at this point in the history
Stream plugin logging in real time
  • Loading branch information
dcdenu4 authored Oct 24, 2024
2 parents ade5b1d + d68862d commit c3a364b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workbench/src/main/setupInvestHandlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export function setupInvestRunHandlers() {
cmdArgs = [
'run',
`--prefix ${settingsStore.get(`plugins.${modelRunName}.env`)}`,
'--live-stream',
'invest',
LOGLEVELMAP[loggingLevel],
TGLOGLEVELMAP[taskgraphLoggingLevel],
Expand Down

0 comments on commit c3a364b

Please sign in to comment.