Return-Path: Delivered-To: apmail-activemq-camel-commits-archive@locus.apache.org Received: (qmail 37561 invoked from network); 1 Jul 2008 16:58:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jul 2008 16:58:04 -0000 Received: (qmail 17122 invoked by uid 500); 1 Jul 2008 16:58:05 -0000 Delivered-To: apmail-activemq-camel-commits-archive@activemq.apache.org Received: (qmail 17101 invoked by uid 500); 1 Jul 2008 16:58:05 -0000 Mailing-List: contact camel-commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-commits@activemq.apache.org Received: (qmail 17090 invoked by uid 99); 1 Jul 2008 16:58:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2008 09:58:05 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2008 16:57:23 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6EF4E2388A30; Tue, 1 Jul 2008 09:55:13 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r673137 - /activemq/camel/trunk/components/camel-jms/src/test/resources/log4j.properties Date: Tue, 01 Jul 2008 16:55:13 -0000 To: camel-commits@activemq.apache.org From: davsclaus@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080701165513.6EF4E2388A30@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: davsclaus Date: Tue Jul 1 09:55:12 2008 New Revision: 673137 URL: http://svn.apache.org/viewvc?rev=673137&view=rev Log: polished Modified: activemq/camel/trunk/components/camel-jms/src/test/resources/log4j.properties Modified: activemq/camel/trunk/components/camel-jms/src/test/resources/log4j.properties URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-jms/src/test/resources/log4j.properties?rev=673137&r1=673136&r2=673137&view=diff ============================================================================== --- activemq/camel/trunk/components/camel-jms/src/test/resources/log4j.properties (original) +++ activemq/camel/trunk/components/camel-jms/src/test/resources/log4j.properties Tue Jul 1 09:55:12 2008 @@ -1,20 +1,3 @@ -## ------------------------------------------------------------------------ -## Licensed to the Apache Software Foundation (ASF) under one or more -## contributor license agreements. See the NOTICE file distributed with -## this work for additional information regarding copyright ownership. -## The ASF licenses this file to You under the Apache License, Version 2.0 -## (the "License"); you may not use this file except in compliance with -## the License. You may obtain a copy of the License at -## -## http://www.apache.org/licenses/LICENSE-2.0 -## -## Unless required by applicable law or agreed to in writing, software -## distributed under the License is distributed on an "AS IS" BASIS, -## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -## See the License for the specific language governing permissions and -## limitations under the License. -## ------------------------------------------------------------------------ - ## --------------------------------------------------------------------------- ## Licensed to the Apache Software Foundation (ASF) under one or more ## contributor license agreements. See the NOTICE file distributed with @@ -37,8 +20,6 @@ # log4j.rootLogger=INFO, out -log4j.logger.org.apache.activemq.spring=WARN - # CONSOLE appender not used by default log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout @@ -48,6 +29,8 @@ log4j.appender.out=org.apache.log4j.FileAppender log4j.appender.out.layout=org.apache.log4j.PatternLayout log4j.appender.out.layout.ConversionPattern=%d [%-15.15t] %-5p %-30.30c{1} - %m%n -log4j.appender.out.file=target/camel-test.log +log4j.appender.out.file=target/camel-jms-test.log log4j.appender.out.append=true +#log4j.logger.org.apache.activemq.spring=WARN +#log4j.logger.org.apache.camel.components.jms=DEBUG \ No newline at end of file