Dan Kenigsberg has submitted this change and it was merged. Change subject: mom: Redirect mom init stacktrace to debug log ......................................................................
mom: Redirect mom init stacktrace to debug log When MOM initialization fails we are currently falling back to the old KsmMonitor. When this happens we print a warning which is appropriate. Since the error is handled, we should not print the stack trace at warning level. This information is useful in debug mode however. Split the stack trace printout into a separate debug logging message. Change-Id: I8e85fafadd3e9180b6c5911baa6552b380476e3c Signed-off-by: Adam Litke <[email protected]> --- M vdsm/clientIF.py 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: Adam Litke: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/9271 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8e85fafadd3e9180b6c5911baa6552b380476e3c Gerrit-PatchSet: 2 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Adam Litke <[email protected]> Gerrit-Reviewer: Adam Litke <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Mark Wu <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
