Hi all,

In my torque.properties file, I have configured logging like so:

log4j.rootCategory = DEBUG, patricia
log4j.appender.patricia = org.apache.log4j.FileAppender
log4j.appender.patricia.file = /tmp/torque.log
log4j.appender.patricia.layout = org.apache.log4j.SimpleLayout

torque.applicationRoot = .

torque.database.default=patricia
torque.database.patricia.adapter=postgresql

## Using JNDI
torque.dsfactory.patricia.factory=org.apache.torque.dsfactory.JndiDataSourceFactory
torque.dsfactory.patricia.jndi.path=java:comp/env/jdbc/GlobalPatricia

However, for some reason no log file appears in /tmp. Can anyone see anything wrong in this config?

Regards,
Graham
--


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to