Merge "functions-libvirt: Enable DEBUG_LIBVIRT config attribute by default"
This commit is contained in:
commit
d64fbaa2a0
@ -14,8 +14,11 @@ set +o xtrace
|
||||
# Defaults
|
||||
# --------
|
||||
|
||||
# if we should turn on massive libvirt debugging
|
||||
DEBUG_LIBVIRT=$(trueorfalse False DEBUG_LIBVIRT)
|
||||
# Turn on selective debug log filters for libvirt.
|
||||
# (NOTE: Enabling this by default, because the log filters enabled in
|
||||
# 'configure_libvirt' function further below are _selective_ and not
|
||||
# extremely verbose.)
|
||||
DEBUG_LIBVIRT=$(trueorfalse True DEBUG_LIBVIRT)
|
||||
|
||||
# Installs required distro-specific libvirt packages.
|
||||
function install_libvirt {
|
||||
|
Loading…
Reference in New Issue
Block a user