Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@www.apache.org Received: (qmail 41401 invoked from network); 6 Feb 2004 16:06:12 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Feb 2004 16:06:12 -0000 Received: (qmail 51649 invoked by uid 500); 6 Feb 2004 16:04:12 -0000 Delivered-To: apmail-jakarta-struts-user-archive@jakarta.apache.org Received: (qmail 51590 invoked by uid 500); 6 Feb 2004 16:04:11 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 51461 invoked from network); 6 Feb 2004 16:04:10 -0000 Received: from unknown (HELO dublin.jgsullivan.com) (64.108.230.132) by daedalus.apache.org with SMTP; 6 Feb 2004 16:04:10 -0000 Received: from [192.168.2.81] (maximus.jgsullivan.com [68.79.151.2]) by dublin.jgsullivan.com (Switch-2.2.8/Switch-2.2.0) with ESMTP id i16G4CY12816 for ; Fri, 6 Feb 2004 10:04:12 -0600 (CST) Mime-Version: 1.0 X-Sender: jgermusk@pop.jgsullivan.com Message-Id: In-Reply-To: References: Date: Fri, 6 Feb 2004 09:58:25 -0600 To: "Struts Users Mailing List" From: Joe Germuska Subject: Re: Enable the log for RequestProcessor and other classes Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N >Is there a configuration variable (web.xml / struts-config.xml / >other file) for enabling the log for the RequestProcessor class (and >the like)? Struts uses the commons-logging API. If Log4J is on the classpath, then you don't need any additional configuration besides the Log4J config files. Otherwise, you may need to place a "commons-logging.properties" file on your classpath with config details. http://jakarta.apache.org/commons/logging.html http://jakarta.apache.org/commons/logging/userguide.html http://logging.apache.org/log4j/docs/manual.html -- Joe Germuska Joe@Germuska.com http://blog.germuska.com "Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining." -- Jef Raskin --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org