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:
Yonik Seeley 2008-03-11 13:49:58 +00:00
parent d5620505bf
commit d2617b4a2a
1 changed files with 1 additions and 1 deletions

View File

@ -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) { } catch (Throwable ex) {
sendError( (HttpServletResponse)response, ex ); sendError( (HttpServletResponse)response, ex );
return; return;