mooli tayer has uploaded a new change for review. Change subject: libvirtd.log: time to be less verbose ......................................................................
libvirtd.log: time to be less verbose After several years, we can drop log verbosity to libvirt's default. Currently, libvirt logs are filling up ovirt-nodes that run dozens of VMs. Change-Id: I251c2534d3284aa95bffa56143c449d5de887008 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1125237 Signed-off-by: Dan Kenigsberg <[email protected]> Reviewed-on: http://gerrit.ovirt.org/31135 Tested-by: mooli tayer <[email protected]> Reviewed-by: Francesco Romani <[email protected]> (cherry picked from commit da2d0403de40f89da30f0618d903e707632cc445) --- M lib/vdsm/tool/configurators/libvirt.py 1 file changed, 0 insertions(+), 8 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/44/32244/1 diff --git a/lib/vdsm/tool/configurators/libvirt.py b/lib/vdsm/tool/configurators/libvirt.py index da19da2..86f24e4 100644 --- a/lib/vdsm/tool/configurators/libvirt.py +++ b/lib/vdsm/tool/configurators/libvirt.py @@ -340,14 +340,6 @@ 'auth_unix_rw': '"sasl"', 'host_uuid': '"' + str(uuid.uuid4()) + '"', 'keepalive_interval': -1, - # FIXME until we are confident with libvirt - # integration, let us have a verbose log - 'log_outputs': ( - '"1:file:/var/log/libvirt/libvirtd.log"'), - 'log_filters': ( - '"3:virobject 3:virfile 2:virnetlink ' - '3:cgroup 3:event 3:json 1:libvirt ' - '1:util 1:qemu"'), }, }, { -- To view, visit http://gerrit.ovirt.org/32244 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I251c2534d3284aa95bffa56143c449d5de887008 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.5 Gerrit-Owner: mooli tayer <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
