summaryrefslogtreecommitdiff
path: root/releasenotes/notes/ipmi-debug-1c7e090c6cc71903.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/ipmi-debug-1c7e090c6cc71903.yaml')
-rw-r--r--releasenotes/notes/ipmi-debug-1c7e090c6cc71903.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/ipmi-debug-1c7e090c6cc71903.yaml b/releasenotes/notes/ipmi-debug-1c7e090c6cc71903.yaml
new file mode 100644
index 000000000..d0feb47f4
--- /dev/null
+++ b/releasenotes/notes/ipmi-debug-1c7e090c6cc71903.yaml
@@ -0,0 +1,13 @@
+---
+features:
+ - |
+ Adds a new ``[ipmi]debug`` option that allows users to explicitly turn
+ IPMI command debugging on, as opposed to relying upon the system debug
+ setting ``[DEFAULT]debug``. Users wishing to continue to log this output
+ should set ``[ipmi]debug`` to ``True`` in their ironic.conf.
+upgrade:
+ - Debug logging control has been moved to the ``[ipmi]debug`` configuration
+ setting as opposed to the "conductor" ``[DEFAULT]debug`` setting as
+ the existing ``ipmitool`` output can be extremely misleading for users.
+ Operators who wish to continue to log ``ipmitool`` verbose output in their
+ logs should explicitly set the ``[ipmi]debug`` command to True.