tripleo-heat-templates/releasenotes/notes/libvirt-debug-0bf95db421329ff6.yaml
Takashi Kajinami 3f2e063c78 Enable debug logging of libvirt services when Debug is true
This patch ensures that debug logging of libvirt services is enabled
when the global Debug parameter is true, since the parameter is
supposed to enable debug logging for all services.

Also it introduces a new LibvirtDebug parameter, to allow operators to
enable debug of libvirt services more easily, than setting log level
number between 1 and 4.

Change-Id: I54e0ee6fe59d04686f15cb5638262b34572596e1
2021-04-01 13:16:47 +09:00

10 lines
256 B
YAML

---
features:
- |
The ``LibvirtDebug`` parameter has been added to enable or disable debug
logging of libvirtd and virtlogd.
- |
Now the debug logging of libvirtd and virtlogd is enabled automatically
when the Debug parameter is true.