Hi David, I'm using Turbine 2.2, this is the version that is bundled with Jakarta Jetspeed. Not sure what could really be the issue here.
______________________ Shawn Haworth LWSI/WebDev Programmer 501.558.4619 401.744.5337 "David Demner" <[EMAIL PROTECTED]> 03/22/2006 01:34 AM Please respond to "Turbine Users List" <[email protected]> To "'Turbine Users List'" <[email protected]> cc Subject RE: SQL Query Logging / Debugging Hi Shawn, What version of Turbine are you using? The version I'm using (2.3.1) uses log4j by default (log4j.file = WEB-INF/conf/log4j.properties in TRP) and a standard log4j configuration file at that location. Works like a charm. David -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: March 21, 2006 10:50 AM To: [email protected]; [email protected] Subject: SQL Query Logging / Debugging Hi all, I'm trying to facilitate the SQL queries called by Jetspeed. In the TRP, I setup log4j to do so.. but I still don't see the queries or errors. I know I'm getting an error because I get an SQL exception when logging in (i'm using the DB2/400 as a test database). Here's my entry in TRP: services.LoggingService.system.destination.file=/WEB-INF/log/jetspeed.log services.LoggingService.system.className=org.apache.turbine.services.logging .FileLogger services.LoggingService.system.level=DEBUG >From what I've read this should be good enough to send the queries to jetspeed.log. Anyone else encounter this or know another approach? ______________________ Shawn Haworth LWSI/WebDev Programmer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
