logging with fornax-oaw-m2-plugin
Hi,
I tried updating fornax-oaw-m2-plugin from version 2.1.1 to 3.0.1. It looks like logging has changed. I now gets *tons* of debug output that I never used to see, like:
[org.openarchitectureware.xpand2.output.FileHandleImpl] : Opening file : C:\projects\runtime\com.foo.model\src\main\java\com\foo\model\package.html
[org.openarchitectureware.xpand2.output.FileHandleImpl] : Skipping file : C:\projects\runtime\com.foo.model\src\main\java\com\foo\model\package.html cause it exists already
How do I change the log level? I have a log4j.xml file under src/test/resources that I use with SureFire, but this does not affect the oAW output.
Please advise.
Thanks!
--Polly