log « solr « Java Lucene Q&A

Home
Java Lucene Q&A
1.Database
2.Development
3.document
4.Field
5.index
6.lucene
7.lucene.net
8.nutch
9.query
10.solr
11.Tools
Java Lucene Q&A » solr » log 

1. Solr: how to turn down logging    stackoverflow.com

OK, so I'm thrilled with Solr, but I can't seem to figure out how to turn down the logging level so that it will actually run acceptably fast when I do ...

2. Solr logging with Logback    stackoverflow.com

I try to log the solr output with logback. Using maven I build a new webapp and excluded any references to commons-logging and slf4j-jdk14 e.g.

<dependency>
    <groupId>org.apache.solr</groupId>
    ...

3. SOLR : Logging Bad Requests    stackoverflow.com

I cant seem to figure out how to make Solr log all bad resuests - Basically whenever a bad URL comes in, say, a request on a requesthandler that does not ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.