From d5a5460888869eb22cc6f2622c3adbf492680971 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Wed, 15 Jan 2014 10:56:51 -0700 Subject: [PATCH] Revert "Change the libvirtd log level to DEBUG" Suggested by Daniel Berrange in this thread: http://lists.openstack.org/pipermail/openstack-dev/2014-January/024407.html This reverts commit 3bd85c9d6e257fc952cb3c6d0c09e199685bd5ed. Change-Id: I370ba61cf8a00b51684cd504fed4ba4078d868be --- lib/nova_plugins/hypervisor-libvirt | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/nova_plugins/hypervisor-libvirt b/lib/nova_plugins/hypervisor-libvirt index ef40e7ab4c..6f90f4ac17 100644 --- a/lib/nova_plugins/hypervisor-libvirt +++ b/lib/nova_plugins/hypervisor-libvirt @@ -93,9 +93,6 @@ EOF" fi fi - # Change the libvirtd log level to DEBUG. - sudo sed -i s/"#log_level = 3"/"log_level = 1"/ /etc/libvirt/libvirtd.conf - # The user that nova runs as needs to be member of **libvirtd** group otherwise # nova-compute will be unable to use libvirt. if ! getent group $LIBVIRT_GROUP >/dev/null; then