Although this looks like a nice & simple addition to the web interface.
- Original Message -
From: "Ramzi Alqrainy"
To: solr-user@lucene.apache.org
Sent: Wednesday, October 29, 2014 3:18:26 PM
Subject: Re: Clear Solr Admin Interface Logging page's logs
Yes sur
Yes sure, if you use jetty container to run solr, you can remove solr.log
file from
$SOLR_HOME/example/logs
by using this command for Linux/Unix
rm -rf $SOLR_HOME/example/logs/solr.log
For windows
DEL $SOLR_HOME/example/logs/solr.log
After that, you can check the logging interface.
--
Hi,
Is there a way to clear the solr admin interface logging page's logs?
I understand that we can change the logging level but incase if I would
want to just clear the logs and say reload collection and expect to see
latest only and not the past?
Manual way or anywhere that I should clear so th