Hi,
I'm experimenting the query rest api with solr 5.4 and I'm noticing
that query parameters are not logged in solr.log.
Here are query and log line
curl -XGET 'localhost:8983/solr/test/query' -d '{"query":"*:*"}'
2016-04-28 09:16:54.008 INFO (qtp668849042-17) [ x:test]
o.a.s.c.S.Request [test] webapp=/solr path=/query params={} hits=32
status=0 QTime=46
Why this behaviour? How can I log request parameters for those queries?
Thanks
Matteo
