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:7777/solr/admin/collections?action=CLUSTERSTATUS&wt=json HTTP/1.1" 200 3088 Solr 7: 127.0.0.1 - - [07/Nov/2018:08:36:13 -0700] "GET /solr/admin/collections?action=CLUSTERSTATUS&wt=json HTTP/1.1" 200 820 "-" "monitor/1.0.1" On each host, several Solr instances are run and all of them save requests into one file. I am not sure that it is the best practice... So the question is how Jetty/Solr can be configured to log full URL? Thanks! -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html