You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by David Philip <da...@gmail.com> on 2014/10/29 15:51:34 UTC

Clear Solr Admin Interface Logging page's logs

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 that I just see latest logs?


Thanks
David

Re: Clear Solr Admin Interface Logging page's logs

Posted by Jorge Luis Betancourt González <jl...@uci.cu>.
Although this looks like a nice & simple addition to the web interface.

----- Original Message -----
From: "Ramzi Alqrainy" <ra...@gmail.com>
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 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.




--
View this message in context: http://lucene.472066.n3.nabble.com/Clear-Solr-Admin-Interface-Logging-page-s-logs-tp4166463p4166500.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Clear Solr Admin Interface Logging page's logs

Posted by Ramzi Alqrainy <ra...@gmail.com>.
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.




--
View this message in context: http://lucene.472066.n3.nabble.com/Clear-Solr-Admin-Interface-Logging-page-s-logs-tp4166463p4166500.html
Sent from the Solr - User mailing list archive at Nabble.com.