Return-Path: Delivered-To: apmail-db-torque-user-archive@www.apache.org Received: (qmail 60947 invoked from network); 1 Jun 2007 18:00:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jun 2007 18:00:19 -0000 Received: (qmail 70411 invoked by uid 500); 1 Jun 2007 18:00:22 -0000 Delivered-To: apmail-db-torque-user-archive@db.apache.org Received: (qmail 70280 invoked by uid 500); 1 Jun 2007 18:00:22 -0000 Mailing-List: contact torque-user-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Apache Torque Users List" Reply-To: "Apache Torque Users List" Delivered-To: mailing list torque-user@db.apache.org Received: (qmail 70269 invoked by uid 99); 1 Jun 2007 18:00:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2007 11:00:22 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [217.24.207.26] (HELO mail.seitenbau.net) (217.24.207.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2007 11:00:16 -0700 Received: from [192.168.15.18] (helo=www.seitenbau.net) by router.seitenbau.net with esmtp (Exim 4.43) id 1HuBPm-0007av-G3 for torque-user@db.apache.org; Fri, 01 Jun 2007 19:59:55 +0200 In-Reply-To: Subject: RE: not writing to torque.log and turbine.log To: "Apache Torque Users List" X-Mailer: Lotus Notes Release 7.0.1 January 17, 2006 Message-ID: From: Thomas Fischer Date: Fri, 1 Jun 2007 19:59:53 +0200 X-MIMETrack: Serialize by Router on www/seitenbau(Release 7.0.1|January 17, 2006) at 01.06.2007 07:59:53 PM MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Spam-Score: -1.4 (-) X-Spam-Report: -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP X-Virus-Checked: Checked by ClamAV on apache.org Torque 3.2 uses commons-logging for logging. Please consult the commons-logging documentation for information how to configure logging. If you are using turbine, turbine might also configure logging, but I do not know anything about this. I do not see any obvious error in your log4j properties. Try starting with a very simple log4j.properties and make sure that the log4j properties gets actually used and is not overridden by any other settings. Regards, Thomas "Neelima Yadla" schrieb am 01.06.2007 19:45:08: > Log messages are showing on the console instead of log files. > > -----Original Message----- > From: Neelima Yadla > Sent: Friday, June 01, 2007 10:51 AM > To: Apache Torque Users List > Subject: not writing to torque.log and turbine.log > > Hi, > > Not writing any thing to torque.log and turbine.log.....but it is > writing to velocity.log > > > > My log4j.properties > > ---------------------------- > > log4j.rootLogger=INFO, torque > > > > log4j.category.org.apache.turbine = DEBUG, turbine > > log4j.additivity.org.apache.turbine = false > > > > log4j.category.org.apache.torque = INFO, torque > > log4j.additivity.org.apache.torque = false > > > > log4j.category.velocity = DEBUG, velocity > > log4j.additivity.velocity = false > > > > > > log4j.appender.turbine = org.apache.log4j.FileAppender > > log4j.appender.turbine.file = ${applicationRoot}/logs/turbine.log > > log4j.appender.turbine.layout = org.apache.log4j.PatternLayout > > log4j.appender.turbine.layout.conversionPattern = %d [%t] %-5p %c - %m%n > > log4j.appender.turbine.append = false > > > > log4j.appender.torque = org.apache.log4j.FileAppender > > log4j.appender.torque.file = ${applicationRoot}/logs/torque.log > > log4j.appender.torque.layout = org.apache.log4j.PatternLayout > > log4j.appender.torque.layout.conversionPattern = %d [%t] %-5p %c - %m%n > > log4j.appender.torque.append = false > > > > log4j.appender.velocity = org.apache.log4j.FileAppender > > log4j.appender.velocity.file = ${applicationRoot}/logs/velocity.log > > log4j.appender.velocity.layout = org.apache.log4j.PatternLayout > > log4j.appender.velocity.layout.conversionPattern = %d [%t] %-5p %c - > %m%n > > log4j.appender.velocity.append = false > > > > I appreciate any help > > > > Thanks, > > Neelima Yadla > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org > For additional commands, e-mail: torque-user-help@db.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org For additional commands, e-mail: torque-user-help@db.apache.org