Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E595F17A91 for ; Wed, 29 Oct 2014 19:58:12 +0000 (UTC) Received: (qmail 8456 invoked by uid 500); 29 Oct 2014 19:58:08 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 8378 invoked by uid 500); 29 Oct 2014 19:58:08 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 8365 invoked by uid 99); 29 Oct 2014 19:58:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2014 19:58:08 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jlbetancourt@uci.cu designates 200.55.140.180 as permitted sender) Received: from [200.55.140.180] (HELO mx3.uci.cu) (200.55.140.180) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 29 Oct 2014 19:57:42 +0000 Received: (qmail 28953 invoked from network); 29 Oct 2014 19:55:39 -0000 Received: from unknown (HELO wmail3.uci.cu) (10.0.0.86) by 0 with SMTP; 29 Oct 2014 19:55:39 -0000 Received: from localhost (localhost [127.0.0.1]) by wmail3.uci.cu (Postfix) with ESMTP id 76A7A1202B5 for ; Wed, 29 Oct 2014 15:55:39 -0400 (CDT) Received: from wmail3.uci.cu ([127.0.0.1]) by localhost (wmail3.uci.cu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id LZ_wQ_3NbE3p; Wed, 29 Oct 2014 15:55:27 -0400 (CDT) Received: from localhost (localhost [127.0.0.1]) by wmail3.uci.cu (Postfix) with ESMTP id D4F82122772 for ; Wed, 29 Oct 2014 15:55:26 -0400 (CDT) X-Amavis-Modified: Mail body modified (using disclaimer) - wmail3.uci.cu X-Virus-Scanned: amavisd-new at uci.cu Received: from wmail3.uci.cu ([127.0.0.1]) by localhost (wmail3.uci.cu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id wA75kC1tbaCW for ; Wed, 29 Oct 2014 15:55:26 -0400 (CDT) Received: from wmail3.uci.cu (wmail3.uci.cu [10.0.0.86]) by wmail3.uci.cu (Postfix) with ESMTP id 1084F120258 for ; Wed, 29 Oct 2014 15:54:49 -0400 (CDT) Date: Wed, 29 Oct 2014 15:54:48 -0400 (CDT) From: Jorge Luis Betancourt =?utf-8?Q?Gonz=C3=A1lez?= To: solr-user@lucene.apache.org Message-ID: <1733327031.128920.1414612488985.JavaMail.zimbra@uci.cu> In-Reply-To: <1414610306231-4166500.post@n3.nabble.com> References: <1414610306231-4166500.post@n3.nabble.com> Subject: Re: Clear Solr Admin Interface Logging page's logs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.53.7.240] X-Mailer: Zimbra 8.0.5_GA_5839 (ZimbraWebClient - GC38 (Mac)/8.0.5_GA_5839) Thread-Topic: Clear Solr Admin Interface Logging page's logs Thread-Index: vj3azcUjhOZYW6rggBIg76E1mEJkfA== X-Virus-Checked: Checked by ClamAV on apache.org 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 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.