: Also, the jetty log only logs web server activities, not solr
: activities. Is there a way to configure solr to log to a file?
Solr logs LogRecords to a Java Logging Logger -- the servlet container
controls where those LogRecords go.
I'm really not sure how you are running Jety, but when i go
On Jun 15, 2007, at 4:35 PM, Jack L wrote:
Is there a way to configure solr to log to a file?
...all you have to do is create a logging.properties file and call
this before starting up solr:
System.setProperty("java.util.logging.config.file", home+"/conf/
logging.properties");
(you c
Hello Chris,
With Solr 1.1, after I uncomment the logging portion of jetty.xml,
jetty starts to write to log files. But that part of jetty.xml
disappears in Solr 1.2, which uses a new version of Jetty. So,
I still don't know how to enable Jetty logging in Solr 1.2.
(The query log works, not the we