Hi all,
I'm using Jetty 6.1.3 as the app server for Solr.
On startup, I get lines like this on stderr:
2009-02-06 20:19:57.542::INFO: Logging to STDERR via org.mortbay.log.StdErrLog
2009-02-06 20:19:57.879::INFO: jetty-6.1.3
2009-02-06 20:19:58.319::INFO: Extract jar:file:/solr/solr.war!/ to ...
2009-02-06 20:20:01.070::INFO: Started SelectChannelConnector @ 0.0.0.0:8983
Is there any way to change this behaviour? Change the level being logged? Send the messages to a file instead?
I tried lines like:
org.mortbay.log.StdErrLog.level = WARNING
In my logging.properties, but it doesn't change what's logged, or where...