mirror of https://github.com/apache/lucene.git
lower logging noise level in SolrDispatchFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@635924 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d5620505bf
commit
d2617b4a2a
|
@ -305,7 +305,7 @@ public class SolrDispatchFilter implements Filter
|
|||
}
|
||||
}
|
||||
}
|
||||
log.info("no handler or core retrieved for " + path + ", follow through...");
|
||||
log.fine("no handler or core retrieved for " + path + ", follow through...");
|
||||
} catch (Throwable ex) {
|
||||
sendError( (HttpServletResponse)response, ex );
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue