Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 38304 invoked from network); 29 Jan 2009 18:26:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jan 2009 18:26:35 -0000 Received: (qmail 16059 invoked by uid 500); 29 Jan 2009 18:26:31 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 16033 invoked by uid 500); 29 Jan 2009 18:26:31 -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 16021 invoked by uid 99); 29 Jan 2009 18:26:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jan 2009 10:26:30 -0800 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcjsu-solr-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jan 2009 18:26:21 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LSbaR-0003AX-CJ for solr-user@lucene.apache.org; Thu, 29 Jan 2009 18:25:59 +0000 Received: from dsl081-061-044.sfo1.dsl.speakeasy.net ([64.81.61.44]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Jan 2009 18:25:59 +0000 Received: from jdrukman by dsl081-061-044.sfo1.dsl.speakeasy.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Jan 2009 18:25:59 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: solr-user@lucene.apache.org From: Jon Drukman Subject: permanently setting log level? Date: Thu, 29 Jan 2009 10:25:49 -0800 Lines: 6 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dsl081-061-044.sfo1.dsl.speakeasy.net User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) Sender: news X-Virus-Checked: Checked by ClamAV on apache.org if i go to /solr/admin/logging, i can set the "root" log level to WARNING, which is what i want. however, every time solr restarts, it is set back to INFO. Is there a way to get the WARNING level to stick permanently? -jsd-