Nir Soffer has uploaded a new change for review. Change subject: readme.logging: Remove unneded storage hack ......................................................................
readme.logging: Remove unneded storage hack All storage loggers were unified, there no need to call setLogLevel twice now. Change-Id: I5133ec7383d84a6a404e02f45536c03c313b27e1 Signed-off-by: Nir Soffer <[email protected]> --- M README.logging 1 file changed, 1 insertion(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/71/63671/1 diff --git a/README.logging b/README.logging index c6ec567..3067a20 100644 --- a/README.logging +++ b/README.logging @@ -45,8 +45,7 @@ 2. silence virt logs, show only warnings, errors or worse: vdsClient -s 0 setLogLevel WARNING virt -3. same as #2, for storage (case is significant here) -vdsClient -s 0 setLogLevel WARNING Storage +3. same as #2, for storage vdsClient -s 0 setLogLevel WARNING storage 4. silence JSONRPC logs: -- To view, visit https://gerrit.ovirt.org/63671 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5133ec7383d84a6a404e02f45536c03c313b27e1 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Nir Soffer <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
