Change logging level on autocomplete ParseException
This commit is contained in:
parent
375f99b99a
commit
4db64bb029
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ public class AutocompleteController extends FreemarkerHttpServlet implements Sea
|
|||
|
||||
log.debug("Name query is: " + boolQuery.toString());
|
||||
} catch (ParseException e) {
|
||||
log.error(e, e);
|
||||
log.warn(e);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue