Skip to content

Commit

Permalink
Change debug level when OgnlException is thrown
Browse files Browse the repository at this point in the history
  • Loading branch information
k-tamura committed Mar 8, 2017
1 parent b44c8b6 commit 70f8ee7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected void service(HttpServletRequest req, HttpServletResponse res) throws S
value = Ognl.getValue(expr, ctx);
} catch (OgnlException e) {
isValid = false;
log.error("Exception occurs: ", e);
log.debug("Exception occurs: ", e);
}
}

Expand Down

0 comments on commit 70f8ee7

Please sign in to comment.