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
Thank for the reply Erik, I have to check my log4j config on monday as I filtered on some solr packages growing logs for nothing...but without filtering I remember I not see any traces of queries..I will check it again. I remember seeing it in console so I am certainly wrong...again ;) -- View thi

Re: Jetty logging

2011-11-05 Thread Erick Erickson
Take a close look and you should see things like: INFO: [] webapp=/solr path=/select/ params={indent=on&start=0&q=*:*&version=2.2&rows=10} hits=19 status=0 QTime=4 which is the request as it gets into Solr. I'm not quite sure how to configure Jetty so it dumps the raw http request, but the above is

RE: Jetty logging

2011-11-03 Thread darul
Well, jetty is running as a unix service. Here is run command : jetty-logging.xml: With this configuration I have logs of jetty but no logs of log4j: exemple "/logs/_mm_dd.stderrout.log" 2011-11-03 14:36:59.306:INFO::jetty-6.1-SNAPSHOT Nov 3, 2011 2:36:59 PM org.apache.solr.core.Solr

RE: Jetty logging

2011-11-03 Thread Kai Gülzau
Hi, remove slf4j-jdk14-1.6.1.jar from the war and repack it with slf4j-log4j12.jar and log4j-1.2.14.jar instead. ->http://wiki.apache.org/solr/SolrLogging Regards, Kai Gülzau -Original Message- From: darul [mailto:daru...@gmail.com] Sent: Thursday, November 03, 2011 11:26 AM To: solr

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