Skip to content

Commit b0e71d8

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Reduce logging of host hypervisor capabilities to DEBUG level"
2 parents a4dc0ab + ea77b41 commit b0e71d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nova/virt/libvirt/host.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -775,8 +775,8 @@ def _get_domain_capabilities(self, emulator_bin, arch, machine_type,
775775
virt_type,
776776
flags
777777
)
778-
LOG.info("Libvirt host hypervisor capabilities for arch=%s and "
779-
"machine_type=%s:\n%s", arch, machine_type, xmlstr)
778+
LOG.debug("Libvirt host hypervisor capabilities for arch=%s and "
779+
"machine_type=%s:\n%s", arch, machine_type, xmlstr)
780780
caps = vconfig.LibvirtConfigDomainCaps()
781781
caps.parse_str(xmlstr)
782782
return caps

0 commit comments

Comments
 (0)