Re: Need question to configure Log4j for solr

2007-07-13 Thread Siegfried Goeschl
Hi Ken, and we stopped using Resin's support for daily rolling log files since it blocks the server for 20 minutes when rotating a 20 GB logfile - please don't ask what we are doing with the daily 20 GB ... :-( Cheers, Siegfried Goeschl Ken Krugler wrote: : the troubles comes when you inte

Re: Need question to configure Log4j for solr

2007-07-12 Thread Chris Hostetter
: The one issue I ran into was with daily rolling log files - maybe I : missed it, but I didn't find that functionality in the JDK logging : package, however it is in log4j. : : I'm not advocating a change, just noting this. We worked around it by : leveraging Resin's support for wrapping a logger

Re: Need question to configure Log4j for solr

2007-07-12 Thread Ken Krugler
: the troubles comes when you integrate third-party stuff depending on : log4j (as I currently do). Having said this you have a strong point when : looking at http://www.qos.ch/logging/classloader.jsp there have been several discussions baout changing the logger used by Solr ... the best summatio

Re: Need question to configure Log4j for solr

2007-07-12 Thread Ryan McKinley
Check two related discussions: http://www.nabble.com/logging---slf4j--tf3366438.html#a9366144 where I suggested using slf4j and: http://www.nabble.com/Changing-Logging-in-Solr-to-Apache-Commons-Logging-tf3484843.html#a9744439 I'm still for switching to slf4j, but am pushing it as JDK logging is

Re: Need question to configure Log4j for solr

2007-07-12 Thread Chris Hostetter
: the troubles comes when you integrate third-party stuff depending on : log4j (as I currently do). Having said this you have a strong point when : looking at http://www.qos.ch/logging/classloader.jsp there have been several discussions baout changing the logger used by Solr ... the best summatio

Re: Need question to configure Log4j for solr

2007-07-12 Thread Siegfried Goeschl
Hi Erik, the troubles comes when you integrate third-party stuff depending on log4j (as I currently do). Having said this you have a strong point when looking at http://www.qos.ch/logging/classloader.jsp Cheers, Siegfried Goeschl Erik Hatcher wrote: On Jul 12, 2007, at 9:03 AM, Siegfried

Re: Need question to configure Log4j for solr

2007-07-12 Thread Erik Hatcher
On Jul 12, 2007, at 9:03 AM, Siegfried Goeschl wrote: would be using commons-logging an improvement? It is a common requirement to hook up different logging infrastructure .. My personal take on it is *adding* a dependency to keep functionality the same isn't an improvement. JDK logging, w

Re: Need question to configure Log4j for solr

2007-07-12 Thread Siegfried Goeschl
Hi folks, would be using commons-logging an improvement? It is a common requirement to hook up different logging infrastructure .. Cheers, Siegfried Goeschl Erik Hatcher wrote: On Jul 11, 2007, at 9:07 PM, solruser wrote: How do I configure solr to use log4j logging. I am able to configure

Re: Need question to configure Log4j for solr

2007-07-12 Thread Erik Hatcher
On Jul 11, 2007, at 9:07 PM, solruser wrote: How do I configure solr to use log4j logging. I am able to configure tomcat 5.5.23 to use log4j. But I could not get solr to use log4j. I have 3 context of solr running in tomcat which refers to war file in commons. Solr uses standard JDK loggin

Need question to configure Log4j for solr

2007-07-11 Thread solruser
/Need-question-to-configure-Log4j-for-solr-tf4065548.html#a11552026 Sent from the Solr - User mailing list archive at Nabble.com.