Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 83673 invoked from network); 11 Jun 2002 20:09:38 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 11 Jun 2002 20:09:38 -0000 Received: (qmail 13996 invoked by uid 97); 11 Jun 2002 20:09:40 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 13903 invoked by uid 97); 11 Jun 2002 20:09:39 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 17721 invoked by uid 98); 11 Jun 2002 19:01:12 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <42975D2B661DB0459B67293514AD0FB211CAE4@h64-42-213-14.gtconnect.net> From: Kyle Robinson To: "'commons-dev@jakarta.apache.org'" Subject: Commons-logging, Log4J and commons-digester Date: Tue, 11 Jun 2002 13:02:34 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C2117A.8B6F6190" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C2117A.8B6F6190 Content-Type: text/plain Alright, I have a problem with my implementation. I have loaded the new commons-logging, commons-digester, commons-beanutils and now have a problem with my digester component. Basically I'd like to know how to control the amount of logging info I receive from my digester. I have Log4J setup in the rest of my code but it appears that the digester doesn't see it. It looks like commons-logging knows that I am using Log4J as I receive output that mentions Log4JCategoryLog. I tried putting the following in my log4j.properties: org.apache.commons.digester.Digester=FATAL org.apache.commons.digester.Digester.sax=FATAL Yet the logging stills shows DEBUGs. Any help would be appreciated.. Thanks Kyle Robinson Systems Consultant Pangaea Systems Inc. (250) 360-0111 ------_=_NextPart_001_01C2117A.8B6F6190--