Re: [hibernate-dev] Building with debug/trace log level

2011-11-18 Thread David M. Lloyd
Reviewing your stack trace, I can see that you're using debugf, which passes through to the logger. If you have an error in your format then there is nothing which can be done about that by the logging framework. You would get a similar error if you were using String.format() directly with a

Re: [hibernate-dev] Building with debug/trace log level

2011-11-18 Thread David M. Lloyd
Can you send us (off-list) a copy of the CoreMessageLogger interface along with the generated CoreMessageLogger_$logger class? Thanks. On 11/18/2011 09:06 AM, Hardy Ferentschik wrote: > Hi, > > we recently discussed on IRC the need to run the builds with debug/trace > level. > I totally agree th

[hibernate-dev] Building with debug/trace log level

2011-11-18 Thread Hardy Ferentschik
Hi, we recently discussed on IRC the need to run the builds with debug/trace level. I totally agree that at some stage we should be able rely on upstream testing, speak testing within JBoss Logging. Unfortunately, that does not seem to be good enough. I just switched from default 'info' loggi