3f2e063c78
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
10 lines
256 B
YAML
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.
|