Merge "Reduce logging of host hypervisor capabilities to DEBUG level"

This commit is contained in:
Zuul 2019-05-29 04:00:18 +00:00 committed by Gerrit Code Review
commit b0e71d80c3
1 changed files with 2 additions and 2 deletions

View File

@ -775,8 +775,8 @@ class Host(object):
virt_type,
flags
)
LOG.info("Libvirt host hypervisor capabilities for arch=%s and "
"machine_type=%s:\n%s", arch, machine_type, xmlstr)
LOG.debug("Libvirt host hypervisor capabilities for arch=%s and "
"machine_type=%s:\n%s", arch, machine_type, xmlstr)
caps = vconfig.LibvirtConfigDomainCaps()
caps.parse_str(xmlstr)
return caps