Hi All, We have encountered an issue that the log4j.properties file inside the tests module is not loaded when tests are executing. Therefore the logs pattern is not as we configure in log4j.properties file. By further investigation , we have figured out that there are many logging implementations are in the class path and jcl-over-slf4j make the issue here by analyzing the maven dependency:tree.
If you are getting the same issue when running product integration test, please make sure to exclude jcl-over-slf4j dependency(which is coming from transitive dependency) from the maven dependency:tree Thanks, Nuwanw -- Nuwan Wimalasekara Senior Software Engineer - Test Automation WSO2, Inc.: http://wso2.com lean. enterprise. middleware phone: +94 71 668 4620
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
