Juan Hernandez has uploaded a new change for review. Change subject: restapi: Reduce RESTEasy warnings ......................................................................
restapi: Reduce RESTEasy warnings By default RESTEasy produces a warning message for any failed HTTP request. This polutes the log and doesn't help, as the generated log message doesn't contain useful information. Change-Id: I467f188326b0ee9b0027f151ae4598623d2cbac5 Bug-Url: https://bugzilla.redhat.com/1172197 Signed-off-by: Juan Hernandez <[email protected]> --- M packaging/services/ovirt-engine/ovirt-engine.xml.in 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/96/36196/1 diff --git a/packaging/services/ovirt-engine/ovirt-engine.xml.in b/packaging/services/ovirt-engine/ovirt-engine.xml.in index 3dbb8f3..db49988 100644 --- a/packaging/services/ovirt-engine/ovirt-engine.xml.in +++ b/packaging/services/ovirt-engine/ovirt-engine.xml.in @@ -104,6 +104,9 @@ <logger category="sun.rmi"> <level name="WARN"/> </logger> + <logger category="org.jboss.resteasy.core.SynchronousDispatcher"> + <level name="ERROR"/> + </logger> <!-- Loggers for the engine: --> <logger category="org.ovirt" use-parent-handlers="false"> -- To view, visit http://gerrit.ovirt.org/36196 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I467f188326b0ee9b0027f151ae4598623d2cbac5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
