Brian’s Stuff

Stuff I don’t want to forget (again!)

Tag archive for ‘p6spy’

Using P6Spy to debug DbUnit Maven Plugin

In my last post I described the motivation for switching to from JCL to SLF4J. I had been debugging some unit tests but was not seeing anything in my Log4J. I eventually realised that the problem was because Hibernate had switched from JCL to SLF4J and a logging provider needed to configured for the project. [...]