Skip to content

Commit

Permalink
Merge pull request #42 from MighTguY/log/change
Browse files Browse the repository at this point in the history
moving log to debug
  • Loading branch information
MighTguY authored Feb 12, 2020
2 parents 711fc79 + 42b1fa2 commit 368de01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void prepare(ResponseBuilder rb) throws IOException {
public void process(ResponseBuilder rb) throws IOException {
if (!rb.req.getParams().getBool(Constants.SPELLCHECK_ENABLE, true) || SearchRequestUtil
.resultGreaterThanThreshold(rb.rsp, threshold)) {
log.warn("Spellcheck is disbaled either by query or result greater than threshold [{}]",
log.debug("Spellcheck is disbaled either by query or result greater than threshold [{}]",
threshold);
return;
}
Expand Down

0 comments on commit 368de01

Please sign in to comment.