Yair Zaslavsky has uploaded a new change for review. Change subject: core: add more logs to commands factory ......................................................................
core: add more logs to commands factory Bug-Url: https://bugzilla.redhat.com/1141531 Change-Id: I05d09d13fdc1bb40c35254d6d44e28f8005a6ec7 Signed-off-by: Yair Zaslavsky <yzasl...@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandsFactory.java 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/08/33008/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandsFactory.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandsFactory.java index bd48fc0..f6b692f 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandsFactory.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandsFactory.java @@ -72,10 +72,12 @@ } catch (InvocationTargetException ex) { log.error("Error in invocating CTOR of command " + action.name() + ". Exception is ", ex); + log.debug("", ex); return null; } catch (Exception ex) { log.error("An exception has occured while trying to create a command object for command " + action.name(), ex); + log.debug("", ex); return null; } } -- To view, visit http://gerrit.ovirt.org/33008 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I05d09d13fdc1bb40c35254d6d44e28f8005a6ec7 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Yair Zaslavsky <yzasl...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches