When logging an exception, log the stack trace as well.
This commit is contained in:
parent
d982007d98
commit
f33d0eac83
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ public class AutocompleteController extends FreemarkerHttpServlet{
|
||||||
|
|
||||||
log.debug("Name query is: " + boolQuery.toString());
|
log.debug("Name query is: " + boolQuery.toString());
|
||||||
} catch (ParseException e) {
|
} catch (ParseException e) {
|
||||||
log.warn(e);
|
log.warn(e, e);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue