maven-soapui-extension-plugin icon indicating copy to clipboard operation
maven-soapui-extension-plugin copied to clipboard

[test goal] add a forceLogReconfiguration parameter

Open redfish4ktc opened this issue 11 years ago • 0 comments

Use cases

  • several executions in the same maven module
  • soapui project runned in several multi modules

Currently, as we are in the same jvm, the log configuration is set during the 1st execution, so all logs are stored in the same files. In some cases, user want to have logs in files/directories related to the current maven modules to better track execution.

See also #98 for more information

redfish4ktc avatar Jan 03 '14 09:01 redfish4ktc