Hi
After quick talk with James, he told me a way to walk around this issue.
1. the trunk/pom.xml 's surefire-plugin's logging.config.file
systemProperties
2. Using the MAVEN_OPTS define a new java.util.logging.config.file.
Then it works.
Willem.
Willem Jiang wrote:
Hi,
I got on an issue which I can't trun on the systest log.
I went through the trunk/pom.xml and found that maven-surefire-plugin
had been set to use this systemProperties
<systemProperties>
<property>
<name>java.util.logging.config.file</name>
<value>${basedir}/target/test-classes/logging.properties</value>
</property>
...
I also fond the surefire-reports is
<property
value="/local/work/CXF_dev/trunk/systests/target/test-classes/logging.properties"
name="java.util.logging.config.file"/>
I can't get the INFO log after I changed the logging.properies file's
logger level from WARNING to INFO.
Is there any thing that I miss ?
Thanks,
Willem.