Gus Heck dijo: > I googled around a bit, but I can't seem to find out how to turn off the > [JDO] debug messages that seem to be directed at standard out right now. > I am highly suspicious that this is controlled via log4j somehow, but I > don't know where the handle for that is in the OJB JDO implementation. > Can someone point me to where I can turn those messages on and off. They > are useful some of the time, but when I do a 100 iteration for loop in a > test case they get quite annoying.
In OJB.properties change a line: JDO.LogLevel=DEBUG to: JDO.LogLevel=ERROR Best Regards, Antonio Gallardo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
