Skip to content

Commit

Permalink
Merge pull request #325 from FlowFuse/log-reason-for-not-provisioning
Browse files Browse the repository at this point in the history
Log reason Provisioning failed
  • Loading branch information
Steve-Mcl authored Nov 8, 2024
2 parents d690143 + 87dc324 commit 3324752
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/AgentManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ class AgentManager {
provisioningOK = true
} catch (err) {
warn(`Problem encountered during provisioning: ${err.toString()}`)
warn(`Reason: ${err.response?.body || 'unknown'}`)
provisioningOK = false
}

Expand Down

0 comments on commit 3324752

Please sign in to comment.