RE: logging query received

2017-02-17 Thread Prateek Jain J
ateek Jain -Original Message- From: Alexandre Rafalovitch [mailto:arafa...@gmail.com] Sent: 17 February 2017 02:33 PM To: solr-user Subject: Re: logging query received There is actually several ways to answer this depending on the level of precision your situation requires. And, of course,

Re: logging query received

2017-02-17 Thread Alexandre Rafalovitch
There is actually several ways to answer this depending on the level of precision your situation requires. And, of course, there are trade-offs. One issue to keep in mind is what you mean by "parameters". Do you want to include all the explicit defaults and overrides that the Request Handler will

Re: logging query received

2017-02-17 Thread alessandro.benedetti
If you enabled the logging for org.apache.solr.core you should be fine. You can also go more fine grained if you don't need part of the logs. Just remember that the UI will show only from the warning level. If you want to see the query log you need to access the log files. N.B. in a produciton env