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, what are my options here? What I'm looking for is for all records to go to one file, and records of a ERROR level and above to go to a separate log.
Can I write my own Handlers/Filters, drop them on Jetty's classpath and refer to them in my logging.properties? I.e. without rebuilding the whole WAR, with my files added? Is Solr 1.4 (and its nice SLF4J logging) in a state ready for intensive production usage? Thanks! James ---------- Forwarded message ---------- From: James Brady <james.colin.br...@gmail.com> 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 <ryan...@gmail.com> 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 >> > >