Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 94013 invoked from network); 2 Mar 2005 14:40:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Mar 2005 14:40:37 -0000 Received: (qmail 24663 invoked by uid 500); 2 Mar 2005 14:40:20 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 24639 invoked by uid 500); 2 Mar 2005 14:40:20 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 24618 invoked by uid 99); 2 Mar 2005 14:40:20 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of remy.maucherat@gmail.com designates 64.233.170.201 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.201) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 02 Mar 2005 06:40:18 -0800 Received: by rproxy.gmail.com with SMTP id z35so243201rne for ; Wed, 02 Mar 2005 06:40:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=DDuu0uigsBZbOQ9ZaO15fgFZJcuRsm06I66n9CwXtfiH74RjNhv1sWXY4gE7PMiOgNZlQgHHGQItlL3LrAU29MOSiHUSaJNw6cWw7KTGTj2Om0Pj7bswGA+HLNNABzX0SlgL1SxerCrD3xi7dLO+d9GSEbxnX5fV6Ftzb4n037Q= Received: by 10.11.99.75 with SMTP id w75mr33582cwb; Wed, 02 Mar 2005 06:40:16 -0800 (PST) Received: by 10.11.99.79 with HTTP; Wed, 2 Mar 2005 06:40:16 -0800 (PST) Message-ID: <6d959d4805030206407b2bbe4@mail.gmail.com> Date: Wed, 2 Mar 2005 15:40:16 +0100 From: Remy Maucherat Reply-To: Remy Maucherat To: Tomcat Users List Subject: Re: How to approximate tomcat-5.0/4.x/3.x logging in 5.5? In-Reply-To: <3d29d422488457740cfb383ea47fa4c7@cogsci.ucsd.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: <5.2.1.1.0.20050301205552.03d14ac8@pop.shell.visi.com> <3d29d422488457740cfb383ea47fa4c7@cogsci.ucsd.edu> X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Wed, 02 Mar 2005 09:22:33 -0500, Adrian Robert wrote: > > ... > > > > log4j.logger.org.apache.catalina.core.ContainerBase.[Catalina].[localho > > st].[/myapp]=3DINFO, MYAPP > > log4j.additivity.org.apache.catalina.core.ContainerBase.[Catalina].[loc > > alhost].[/myapp]=3Dfalse >=20 > I don't understand this bracket notation. Is it documented anywhere? > Is interpretation of it something implemented by tomcat or by log4j? > Would it help me achieve what I'm trying to get without changing my > webapp's code away from ServletContext.log()? The logger names used in Tomcat are documented in the configuration pages. For example for webapps, it's here, in the "Logging" paragraph: http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/context.html --=20 xxxxxxxxxxxxxxxxxxxxxxxxx R=E9my Maucherat Developer & Consultant JBoss Group (Europe) S=E0RL xxxxxxxxxxxxxxxxxxxxxxxxx --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org