On 03/29/2013 01:32 PM, David Hoffer wrote: > Hum, I set setDebug(true) but I'm not seeing more info the logs...and > logging is set to DEBUG level. How do I configure this so the debug goes > to the log?
the debug output will go to System.out or System.err, so you will not find it in the output of your logging provider. Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
