This runs as a cron job...so no console is used. Not sure then how to get the debug info...may have to reconfigure to run in console. Perhaps I can configure log4j to redirect System.out and System.err...I'll check that.
-Dave On Fri, Mar 29, 2013 at 12:34 PM, Thomas Neidhart <[email protected] > wrote: > 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] > >
