Re[5]: Where are the log files...

2007-06-15 Thread Chris Hostetter
: 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

Re: Re[5]: Where are the log files...

2007-06-15 Thread Brian Whitman
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

Re[5]: Where are the log files...

2007-06-15 Thread Jack L
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