Dan Kenigsberg 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
Signed-off-by: Dan Kenigsberg <[email protected]>
---
M lib/vdsm/tool/configurator.py
1 file changed, 1 insertion(+), 9 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/35/31135/1

diff --git a/lib/vdsm/tool/configurator.py b/lib/vdsm/tool/configurator.py
index 8136613..636babf 100644
--- a/lib/vdsm/tool/configurator.py
+++ b/lib/vdsm/tool/configurator.py
@@ -349,7 +349,7 @@
     # version != PACKAGE_VERSION since we do not want to update configuration
     # on every update. see 'configuration versioning:' at Configfile.py for
     # details.
-    CONF_VERSION = '4.13.0'
+    CONF_VERSION = '4.17.0'
 
     PKI_DIR = os.path.join(SYSCONF_PATH, 'pki/vdsm')
     CA_FILE = os.path.join(PKI_DIR, 'certs/cacert.pem')
@@ -388,14 +388,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/31135
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I251c2534d3284aa95bffa56143c449d5de887008
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to