Feature #9709
allow the bmc module to log all impi calls
Description
Rubyipmi 0.9.0 has a new feature to either log all impi commands or pass in a logger object for rubyipmi to send logs to. This would be a great addition to troubleshooting errors with rubyipmi.
Associated revisions
Fixes #9709 - allow the bmc module to log all impi calls
- previously when IPMI errors occured at the Rubyipmi or CLI level
there was no good way to troubleshoot the issue. With this addition
we can now watch an erorrs Rubyipmi spits out by sending Rubyipmi
a custom logger.
History
#1
Updated by The Foreman Bot about 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/263 added
- Pull request deleted (
)
#2
Updated by Dominic Cleal about 8 years ago
- Legacy Backlogs Release (now unused) set to 35
- Pull request https://github.com/theforeman/smart-proxy/pull/264 added
- Pull request deleted (
https://github.com/theforeman/smart-proxy/pull/263)
#3
Updated by Corey Osman about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 369793b5c2ae2079e9de0b02c85091c5b7772d51.
Fixes #9709 - allow the bmc module to log all impi calls