Return-Path: Delivered-To: apmail-incubator-geronimo-cvs-archive@www.apache.org Received: (qmail 84126 invoked from network); 8 Sep 2003 04:40:33 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 8 Sep 2003 04:40:33 -0000 Received: (qmail 9460 invoked by uid 500); 8 Sep 2003 04:40:09 -0000 Delivered-To: apmail-incubator-geronimo-cvs-archive@incubator.apache.org Received: (qmail 9425 invoked by uid 500); 8 Sep 2003 04:40:09 -0000 Mailing-List: contact geronimo-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-cvs@incubator.apache.org Received: (qmail 9406 invoked from network); 8 Sep 2003 04:40:08 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 8 Sep 2003 04:40:08 -0000 Received: (qmail 83734 invoked by uid 1711); 8 Sep 2003 04:40:04 -0000 Date: 8 Sep 2003 04:40:04 -0000 Message-ID: <20030908044004.83733.qmail@minotaur.apache.org> From: dain@apache.org To: incubator-geronimo-cvs@apache.org Subject: cvs commit: incubator-geronimo/modules/twiddle/src/conf twiddle.properties 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 dain 2003/09/07 21:40:04 Modified: modules/twiddle/src/conf twiddle.properties Log: Updated to reflect movement of loging code to kernel module. Revision Changes Path 1.2 +2 -2 incubator-geronimo/modules/twiddle/src/conf/twiddle.properties Index: twiddle.properties =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/twiddle/src/conf/twiddle.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- twiddle.properties 27 Aug 2003 11:08:57 -0000 1.1 +++ twiddle.properties 8 Sep 2003 04:40:04 -0000 1.2 @@ -5,4 +5,4 @@ ## # Use the caching log impl by default -org.apache.commons.logging.Log=org.apache.geronimo.common.log.log4j.CachingLog4jLog +org.apache.commons.logging.Log=org.apache.geronimo.kernel.log.CachingLog4jLog