Re: solr+jetty logging to syslog?

2009-11-26 Thread Marc Sturlese
/about/jobs.html?mls > Lucene, Solr, Nutch, Katta, Hadoop, HBase, UIMA, NLP, NER, IR > > > > - Original Message >> From: Steve Conover >> To: solr-user@lucene.apache.org >> Sent: Sat, November 21, 2009 4:09:57 PM >> Subject: Re: solr+jetty logging to syslog? >

Re: solr+jetty logging to syslog?

2009-11-24 Thread Otis Gospodnetic
h, Katta, Hadoop, HBase, UIMA, NLP, NER, IR - Original Message > From: Steve Conover > To: solr-user@lucene.apache.org > Sent: Sat, November 21, 2009 4:09:57 PM > Subject: Re: solr+jetty logging to syslog? > > Does no one send solr logging to syslog? > > On Thu,

Re: solr+jetty logging to syslog?

2009-11-24 Thread Shalin Shekhar Mangar
On Sun, Nov 22, 2009 at 2:39 AM, Steve Conover wrote: > Does no one send solr logging to syslog? > > On Thu, Nov 19, 2009 at 5:54 PM, Steve Conover wrote: > > The solution involves slf4j to log4j to syslog (at least, for solr), > > but I'm having some trouble stringing all the parts together. I

Re: solr+jetty logging to syslog?

2009-11-21 Thread Steve Conover
Does no one send solr logging to syslog? On Thu, Nov 19, 2009 at 5:54 PM, Steve Conover wrote: > The solution involves slf4j to log4j to syslog (at least, for solr), > but I'm having some trouble stringing all the parts together.  If > anyone is doing this, would you mind posting how you use slf4

solr+jetty logging to syslog?

2009-11-19 Thread Steve Conover
The solution involves slf4j to log4j to syslog (at least, for solr), but I'm having some trouble stringing all the parts together. If anyone is doing this, would you mind posting how you use slf4j-log4j jar, what your log4j.properties looks like, what your java system properties settings are, and