logging insert or update is actually blocked in BasePeer. the only thing that torque will log is the WHERE clause for inserts and updates and of course selects, assuming you've setup torque to use log4j for logging.
what we've done is pass our sql transactions through dbspy which logs all including selects, inserts, and updates. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]