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
: 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
: 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
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
: 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
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
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
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
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