Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 53574 invoked from network); 7 Apr 2009 19:38:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Apr 2009 19:38:59 -0000 Received: (qmail 32861 invoked by uid 500); 7 Apr 2009 19:38:55 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 32816 invoked by uid 500); 7 Apr 2009 19:38:55 -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 32805 invoked by uid 99); 7 Apr 2009 19:38:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2009 19:38:55 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.61.61.105] (HELO usea-naimss3.unisys.com) (192.61.61.105) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2009 19:38:45 +0000 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.18]) by usea-naimss3 with InterScan Message Security Suite; Tue, 07 Apr 2009 14:35:06 -0500 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.53]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 7 Apr 2009 14:35:06 -0500 Received: from usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 7 Apr 2009 14:35:06 -0500 Received: from USEA-EXCH7.na.uis.unisys.com ([129.224.76.38]) by usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) with mapi; Tue, 7 Apr 2009 14:34:56 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Tue, 7 Apr 2009 14:35:03 -0500 Subject: RE: java.util.logging in tomcat 6 Thread-Topic: java.util.logging in tomcat 6 Thread-Index: Acm3tmVeESYs9vf3QzCVrWssSWTAqQAAMkpQ Message-ID: <0AAE5AB84B013E45A7B61CB66943C17215E72AC17B@USEA-EXCH7.na.uis.unisys.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 07 Apr 2009 19:35:06.0637 (UTC) FILETIME=[F48A43D0:01C9B7B7] X-Virus-Checked: Checked by ClamAV on apache.org > From: Mikael Br=E4nnstr=F6m [mailto:mikael.brannstrom@gmail.com] > Subject: java.util.logging in tomcat 6 >=20 > I have based my tomcat/conf/logging.properties on the=20 > examples in=20 > http://tomcat.apache.org/tomcat-6.0-doc/logging.html The above refers primarily to Tomcat's logging rather than individual webap= p logging; they are normally independent. > org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/myapp]. > handlers > =3D 6myapp.org.apache.juli.FileHandler The above will log messages that arise from org.apache.catalina.core.Contai= nerBase and subclasses thereof via the 6myapp handler. I think you need to= add entries that name the packages that comprise your webapp (haven't trie= d it personally). - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL and is thus for use only by the intended recipient. If you received = this in error, please contact the sender and delete the e-mail and its atta= chments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org