Actions
Bug #9231
closedException message missing when ENC fails to render
Description
From http://projects.theforeman.org/issues/9185#note-3, when the ENC fails to render, the exception message isn't logged:
Failed to generate external nodes for host4.cloud.example.com with
It appears that refactoring in 4f7a4d0ba84f43e3cb0d422d9f5e82b01588f21b changed the logging message to use $ERROR_INFO
instead of $!
. This variable is only available if the 'English' library is loaded, which it doesn't appear to be.
Updated by Dominic Cleal almost 10 years ago
- Related to Bug #9185: Deleting a network interface breaks all puppet agent syncing added
Updated by Dominic Cleal almost 10 years ago
- Related to Feature #3809: Add rubocop to foreman added
Updated by Dominic Cleal almost 10 years ago
There's another instance in app/models/host/managed.rb, so these either need reverting (and disable Style/SpecialGlobalVars in rubocop again) or require English from something core in config/.
Updated by The Foreman Bot almost 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2131 added
- Pull request deleted (
)
Updated by Ohad Levy almost 10 years ago
- Has duplicate Bug #9305: ENC failures are not logged correctly added
Updated by David Davis almost 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 350a0417951ebff465cda10645eae5c1dedae2cc.
Updated by Dominic Cleal almost 10 years ago
- Translation missing: en.field_release set to 32
Actions