Browse code

Merge "functions-libvirt: Enable DEBUG_LIBVIRT config attribute by default"

Jenkins authored on 2015/04/03 23:29:08
Showing 1 changed files
... ...
@@ -14,8 +14,11 @@ set +o xtrace
14 14
 # Defaults
15 15
 # --------
16 16
 
17
-# if we should turn on massive libvirt debugging
18
-DEBUG_LIBVIRT=$(trueorfalse False DEBUG_LIBVIRT)
17
+# Turn on selective debug log filters for libvirt.
18
+# (NOTE: Enabling this by default, because the log filters enabled in
19
+# 'configure_libvirt' function further below are _selective_ and not
20
+# extremely verbose.)
21
+DEBUG_LIBVIRT=$(trueorfalse True DEBUG_LIBVIRT)
19 22
 
20 23
 # Installs required distro-specific libvirt packages.
21 24
 function install_libvirt {