You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Chris Hostetter <ho...@fucit.org> on 2008/01/02 09:00:25 UTC

Re: Max. number of Error messages

: Is there any parameter to set the max. number of error messages......
: The Solr system was killed after a couple of error messages which caused by
: WRONG QUERY....

are you refering to maxing out the number of error messages in the log 
file?  There may be a JDK LoggingFilter that can ignore "near duplicate" 
log messages if it sees a lot of them ... but that's fairly out of the 
scope of what Solr worries bout (it's why we use a standardized logging 
package)

you may want to look and see if your servlet container has options for 
automatic log file rotation.



-Hoss