Yes, jetty.xml looks the same for Solr 6 and Solr 7, no difference for the
log request section:
diff ~dbl/solr/solr-6.6.0/server/etc/jetty.xml
~dbl/solr/solr-7.4.0/server/etc/jetty.xml
45c45
<
---
> name="solr.jetty.threads.idle.timeout" default="12"/>
107a108,115
>
>
On 11/7/2018 8:58 AM, Shawn Heisey wrote:
I have reached out to the #jetty IRC channel on this topic. As of
right now, there has been no response. Getting a response could take
quite a while.
I was told that the #jetty IRC channel is no longer an official support
avenue. They have someone
Shawn, thanks a lot.
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
On 11/7/2018 8:01 AM, dimaf wrote:
After migration from Solr 6 to Solr 7, Jetty RequestLogHandler logs only the
path and parameters of URL instead of saving full URL as it does in Solr 6.
So the question is how Jetty/Solr can be configured to log full URL?
That is 100 percent Jetty config.
After migration from Solr 6 to Solr 7, Jetty RequestLogHandler logs only the
path and parameters of URL instead of saving full URL as it does in Solr 6.
Solr 6:
127.0.0.1 - - [07/Nov/2018:09:34:27 -0700] "GET
//localhost:/solr/admin/collections?action=CLUSTERSTATUS&wt=json
HTTP/1.1" 200 3088