gorevas
8 years agoNew Contributor
Is there a way to suppress progress info printout when running loadtest in maven?
Update: attached log4j.xml
Hi,
I'm quite new with soapui and also did google. But I did not find a way to use INFO loglevel in log4j.xml instead of ERROR.
but suppress the following(or atleast change its the frequency?)
Progress: 1 - Creating Virtual User 1
Progress: 1 - Started thread 1 2017-11-22 17:29:45 INFO SoapUILoadTestRunner:361 - LoadTest [Simple_1Thread] progress: 9.259259E-8, 1 2017-11-22 17:29:46 INFO SoapUILoadTestRunner:361 - LoadTest [Simple_1Thread] progress: 2.324074E-5, 1
2017-11-22 17:29:47 INFO SoapUILoadTestRunner:361 - LoadTest [Simple_1Thread] progress: 4.641204E-5, 1
So can I change the frequency to something else? like in every 5 minutes?(long running soaking test in jenkins)
or just preventing to print it while the loglevel stays on INFO in log4j config??
Thanks in advance. ;-)
BR,
Gore
ps: I hope I'm asking on the right forum :D