RE: Jetty logging

2011-11-19 Thread darul
test -- View this message in context: http://lucene.472066.n3.nabble.com/Jetty-logging-tp3476715p3520897.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Jetty logging

2011-11-05 Thread darul
this message in context: http://lucene.472066.n3.nabble.com/Jetty-logging-tp3476715p3483146.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Jetty logging

2011-11-05 Thread Erick Erickson
m parameter -Dlog4j.configuration={path to file} > > Finally, do you know why I never see queries in logs ? > http://.../q=, many informations about replications etc...but no > details about user queries. > > -- > View this message in context: > http://lucene.472066.

RE: Jetty logging

2011-11-03 Thread darul
e : -- View this message in context: http://lucene.472066.n3.nabble.com/Jetty-logging-tp3476715p3477221.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Jetty logging

2011-11-03 Thread Kai Gülzau
To: solr-user@lucene.apache.org Subject: Jetty logging Hello everybody, I do not find a solution on how to configure jetty with sl4j and a log4j.properties file. In I have put : - log4j-1.2.14.jar - slf4j-api-1.3.1.jar in directory: - log4j.properties At the end, nothing append when runn

Re: jetty logging

2010-07-19 Thread Lukas Kahwe Smith
On 17.07.2010, at 15:39, Lukas Kahwe Smith wrote: > Hi, > > I am following: > http://wiki.apache.org/solr/LoggingInDefaultJettySetup > > All works fine except defining the logging properties files from jetty.xml > Does this approach work for anyone else? problem solved i had to remove "-Dcom

jetty logging

2010-07-17 Thread Lukas Kahwe Smith
Hi, I am following: http://wiki.apache.org/solr/LoggingInDefaultJettySetup All works fine except defining the logging properties files from jetty.xml Does this approach work for anyone else? regards, Lukas Kahwe Smith m...@pooteeweet.org

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