Re: Fwd: Separate error logs

2009-02-09 Thread Chris Hostetter
: OK, so java.util.logging has no way of sending error messages to a separate : log without writing your own Handler/Filter code. : If we just skip over the absurdity of that, and the rage it makes me feel, FWIW: that's a slight mischaracterization of java.util.logging (JUL): the API & framework

Re: Separate error logs

2009-02-09 Thread Ryan McKinley
Is Solr 1.4 (and its nice SLF4J logging) in a state ready for intensive production usage? While it is not officially recommended, trunk is quite stable. Of course back up and make sure to test well before deploying anything real. ryan

Re: Fwd: Separate error logs

2009-02-06 Thread Marc Sturlese
its nice SLF4J logging) in a state ready for intensive > production usage? > > Thanks! > James > > -- Forwarded message ------ > From: James Brady > Date: 2009/1/30 > Subject: Re: Separate error logs > To: solr-user@lucene.apache.org > > &

Fwd: Separate error logs

2009-02-06 Thread James Brady
intensive production usage? Thanks! James -- Forwarded message -- From: James Brady Date: 2009/1/30 Subject: Re: Separate error logs To: solr-user@lucene.apache.org Oh... I should really have found that myself :/ Thank you! 2009/1/30 Ryan McKinley check: > http://wiki.ap

Re: Separate error logs

2009-01-30 Thread James Brady
Oh... I should really have found that myself :/ Thank you! 2009/1/30 Ryan McKinley > check: > http://wiki.apache.org/solr/SolrLogging > > You configure whatever flavor logger to write error to a separate log > > > > On Jan 30, 2009, at 4:36 PM, James Brady wrote: > > Hi all,What's the best way

Re: Separate error logs

2009-01-30 Thread Ryan McKinley
check: http://wiki.apache.org/solr/SolrLogging You configure whatever flavor logger to write error to a separate log On Jan 30, 2009, at 4:36 PM, James Brady wrote: Hi all,What's the best way for me to split Solr/Lucene error message off to a separate log? Thanks James

Separate error logs

2009-01-30 Thread James Brady
Hi all,What's the best way for me to split Solr/Lucene error message off to a separate log? Thanks James