Yeela Kaplan has uploaded a new change for review.

Change subject: ioprocess: reduce log level to INFO
......................................................................

ioprocess: reduce log level to INFO

Change-Id: Ifd51379e172251f439f7fb2062dab75127c0d63e
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1170510
Signed-off-by: Yeela Kaplan <ykap...@redhat.com>
---
M vdsm/logger.conf.in
1 file changed, 7 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/29/35929/1

diff --git a/vdsm/logger.conf.in b/vdsm/logger.conf.in
index 64b154f..013045a 100644
--- a/vdsm/logger.conf.in
+++ b/vdsm/logger.conf.in
@@ -1,5 +1,5 @@
 [loggers]
-keys=root,vds,Storage,ovirt_hosted_engine_ha,connectivity
+keys=root,vds,Storage,ovirt_hosted_engine_ha,IOProcess,connectivity
 
 [handlers]
 keys=console,syslog,logfile,connlogfile
@@ -30,6 +30,12 @@
 qualname=ovirt_hosted_engine_ha
 propagate=1
 
+[logger_IOProcess]
+level=INFO
+handlers=logfile
+qualname=IOProcess
+propagate=1
+
 [logger_connectivity]
 level=DEBUG
 handlers=connlogfile


-- 
To view, visit http://gerrit.ovirt.org/35929
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifd51379e172251f439f7fb2062dab75127c0d63e
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yeela Kaplan <ykap...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to