Matt, If I understand you correctly, then the log you mention is what your servlet container / web server is logging, not what Solr is logging. Solr logging needs to be configured separately. See
http://wiki.apache.org/solr/FAQ?highlight=(logging)#head-ffe035452f21ffdb4e4658c2f87777f6553bd6ca If you are using the default jetty setup (example/start.jar), you could also consult http://wiki.apache.org/solr/LoggingInDefaultJettySetup Hope this helps. Chris On Fri, Jul 11, 2008 at 6:55 AM, matt connolly <[EMAIL PROTECTED]> wrote: > > There's no errors in my log, just a list of GET HEAD and POST entries, it > looks just like an Apache access log. > > There are a few entries in the log file that have " " and "-" in them, but > as far as I can see that isn't a problem. > > Is there a way to make Solr's logging a bit more verbose to help debug this? > > -Matt