Skip to content

Commit

Permalink
Fix LOG_PASSTHROUGH
Browse files Browse the repository at this point in the history
Raised on the Node-RED forum
  • Loading branch information
hardillb authored Jul 26, 2024
1 parent 5db19cd commit a3b39bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const createContainer = async (project, domain) => {
contOptions.Env.push(`FORGE_NR_SECRET=${credentialSecret}`)
}

if (this._options?.logPassthrough) {
if (this._app.driver.options?.logPassthrough) {
contOptions.Env.push('FORGE_LOG_PASSTHROUGH=true')
}

Expand Down

0 comments on commit a3b39bd

Please sign in to comment.