Yeela Kaplan has uploaded a new change for review. Change subject: oop: change log level ......................................................................
oop: change log level to avoid oop logs in /var/log/messages Change-Id: Id2d0474d1d69e227aa12b8b70022930f66e7387d Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1131867 Signed-off-by: Yeela Kaplan <[email protected]> --- M vdsm/storage/outOfProcess.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/08/31908/1 diff --git a/vdsm/storage/outOfProcess.py b/vdsm/storage/outOfProcess.py index 6230fad..17445e6 100644 --- a/vdsm/storage/outOfProcess.py +++ b/vdsm/storage/outOfProcess.py @@ -50,7 +50,7 @@ _procLock = threading.Lock() _proc = {} -log = logging.getLogger('oop') +log = logging.getLogger('Storage.oop') def setDefaultImpl(impl): -- To view, visit http://gerrit.ovirt.org/31908 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id2d0474d1d69e227aa12b8b70022930f66e7387d Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yeela Kaplan <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
