Logging with JUnit
June 29th, 2004
For some reason, my unit tests weren’t logging as specified in my log4j.properties. After digging around, I found a log4j.properties file in the xdoclet.jar. I removed it from the jar and the logging worked as expected.
Hopefully this helps somebody else.
Uncategorized