Skip to content

Commit

Permalink
Merge pull request #104 from FlowFuse/hardillb-patch-1
Browse files Browse the repository at this point in the history
Fix LOG_PASSTHROUGH
  • Loading branch information
knolleary authored Jul 26, 2024
2 parents 5db19cd + a3b39bd commit 498f973
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 498f973

Please sign in to comment.