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.

Reply via email to