Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 72205 invoked from network); 30 May 2005 22:02:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 May 2005 22:02:46 -0000 Received: (qmail 77391 invoked by uid 500); 30 May 2005 22:02:46 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 77355 invoked by uid 500); 30 May 2005 22:02:46 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 77339 invoked by uid 99); 30 May 2005 22:02:45 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 30 May 2005 15:02:45 -0700 Received: (qmail 72151 invoked by uid 65534); 30 May 2005 22:02:44 -0000 Message-ID: <20050530220244.72150.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r179155 - /directory/sandbox/trunk/asn1-new-codec/conf/log4j.conf Date: Mon, 30 May 2005 22:02:44 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: elecharny Date: Mon May 30 15:02:43 2005 New Revision: 179155 URL: http://svn.apache.org/viewcvs?rev=3D179155&view=3Drev Log: Added some class logger definition, to be more accurate while debugging Modified: directory/sandbox/trunk/asn1-new-codec/conf/log4j.conf Modified: directory/sandbox/trunk/asn1-new-codec/conf/log4j.conf URL: http://svn.apache.org/viewcvs/directory/sandbox/trunk/asn1-new-codec/c= onf/log4j.conf?rev=3D179155&r1=3D179154&r2=3D179155&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- directory/sandbox/trunk/asn1-new-codec/conf/log4j.conf (original) +++ directory/sandbox/trunk/asn1-new-codec/conf/log4j.conf Mon May 30 15:02= :43 2005 @@ -21,3 +21,5 @@ =20 log4j.logger.org.apache.asn1.ber.grammar.LdapMessageGrammar=3DWARN =20 +log4j.logger.org.apache.asn1.ber.Asn1Decoder=3DDEBUG +log4j.logger.org.apache.asn1.ber.grammar.AbstractGrammar=3DDEBUG