Browse code

Merge "functions-libvirt: Enable 'qemu_monitor' logging filter for libvirt"

Jenkins authored on 2015/04/01 08:00:24
Showing 1 changed files
... ...
@@ -99,9 +99,9 @@ EOF
99 99
             # source file paths, not relative paths. This screws with the matching
100 100
             # of '1:libvirt' making everything turn on. So use libvirt.c for now.
101 101
             # This will have to be re-visited when Ubuntu ships libvirt >= 1.2.3
102
-            local log_filters="1:libvirt.c 1:qemu 1:conf 1:security 3:object 3:event 3:json 3:file 1:util"
102
+            local log_filters="1:libvirt.c 1:qemu 1:conf 1:security 3:object 3:event 3:json 3:file 1:util 1:qemu_monitor"
103 103
         else
104
-            local log_filters="1:libvirt 1:qemu 1:conf 1:security 3:object 3:event 3:json 3:file 1:util"
104
+            local log_filters="1:libvirt 1:qemu 1:conf 1:security 3:object 3:event 3:json 3:file 1:util 1:qemu_monitor"
105 105
         fi
106 106
         local log_outputs="1:file:/var/log/libvirt/libvirtd.log"
107 107
         if ! grep -q "log_filters=\"$log_filters\"" /etc/libvirt/libvirtd.conf; then