Allow user to set logging level for maven-plugin via project configuration file
currently, when running the readyApi maven plugin, the logging level is set to info. We need a mechanism to set it to error or warning because the excessive logging is crashing our build slave. This could be done in the plugin configuration section of the pom.xml. Or the maven plugin could respect the user's log4j configuration files.1.5KViews1like1CommentLoadtest teardown script not working
Hi, I am tying to setup a teardown script in the load test to verify the test results, but the teardown script seems to not run after the loadtest, I tested with a log.info in the setup script and in the teardown, but just the log in the setup script are showning. setup script: log.info("test 1"); teardown script: log.info("test 2"); SoapUI version 5.4.0 community editionSolved2.3KViews1like3Comments