Skip to content

Commit

Permalink
#15640 removing noise log
Browse files Browse the repository at this point in the history
  • Loading branch information
jdotcms committed Dec 13, 2018
1 parent d12793e commit ae049a8
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 handleParseException(final ParseErrorException e,
final String name,
final User user) {

Logger.error(this, "The resource " + name + " has a parse error, msg: " + e.getMessage(), e);
Logger.warn(this, "The resource " + name + " has a parse error, msg: " + e.getMessage());
}

@FunctionalInterface
Expand Down

0 comments on commit ae049a8

Please sign in to comment.