Forum Discussion

JanPot's avatar
JanPot
Occasional Contributor
10 months ago
Solved

set soapUI 5.7.0 log files using maven

We recently switch version of soapUI from 5.5.0 to 5.7.0 for running automated scripts using maven. With 5.5.0, we could find the soapUI log files (soapui-errors.log, global-groovy.log and soapui.lo...
  • JanPot's avatar
    10 months ago

    Thanks to JHunt and nmrao,

    I finally found a solution, with the help of those 2 persons:

    1- Copied the soapui-log4j.xml for SoapUI 5.7.0 GUI to a folder of my choice.

    2- Added 2 parameters to the maven call:

    -Dsoapui.logroot=results

    -Dsoapui.log4j.config=ext/soapui-log4j.xml

    So now it takes the correct log4j and the logs are placed in the results folder.