Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 43208 invoked from network); 2 Jul 2006 20:13:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jul 2006 20:13:45 -0000 Received: (qmail 4479 invoked by uid 500); 2 Jul 2006 20:13:32 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 4444 invoked by uid 500); 2 Jul 2006 20:13:32 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 4433 invoked by uid 99); 2 Jul 2006 20:13:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jul 2006 13:13:31 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of garthpatil@gmail.com designates 64.233.162.204 as permitted sender) Received: from [64.233.162.204] (HELO nz-out-0102.google.com) (64.233.162.204) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jul 2006 13:13:31 -0700 Received: by nz-out-0102.google.com with SMTP id 18so745207nzp for ; Sun, 02 Jul 2006 13:13:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lU5mJjo5QOBE4KDrnrR+/I9TUzF2AtXnZiGE+iG1jJiEt31R1YrJ1LfwVBMdFJ10Vl3ngxhAw8gwzusW+gcObAZI6YtmQ9+wF7AxYc+sHwOl6EQEOFYOvBlKw3KGp66B8WBBOrQkNoKRPP11ep36fJYac5wSllvPw/Gf+Kx1rc8= Received: by 10.65.177.8 with SMTP id e8mr2483602qbp; Sun, 02 Jul 2006 13:13:10 -0700 (PDT) Received: by 10.65.75.18 with HTTP; Sun, 2 Jul 2006 13:13:09 -0700 (PDT) Message-ID: <82d376ab0607021313o3a65aaf3ga6ae5d08bda97d92@mail.gmail.com> Date: Sun, 2 Jul 2006 13:13:09 -0700 From: "Garth Patil" To: "Tomcat Users List" Subject: Re: Suppressing log output to ERROR In-Reply-To: <44A827AF.30900@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <82d376ab0607021258qf1bda04gb20246f2742650d8@mail.gmail.com> <44A827AF.30900@gmx.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks Boris! One follow up question. That works for ERROR and FATAL, but is there any way to suppress ERROR and only show FATAL? Best, Garth On 7/2/06, Boris Unckel wrote: > Hi Garth, > > Garth Patil wrote: > > Hi, > > I'm trying to limit the logging output to catalina.out by the > > org.apache.catalina.core classes to only ERROR and FATAL. I changed > > the value of > > org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level > > to ERROR, but there was no effect. What am I missing? > > Best, > > Garth > I am assuming Tomcat 5.5.17: > > tomcat_root\conf\logging.properties > original: > 1catalina.org.apache.juli.FileHandler.level = FINE > 1catalina.org.apache.juli.FileHandler.directory = ${catalina.base}/logs > 1catalina.org.apache.juli.FileHandler.prefix = catalina. > > set > 1catalina.org.apache.juli.FileHandler.level = SEVERE > > Regards > Boris > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org