Pitney_Bowes_CT
12 years agoNew Contributor
[Resolved] Changing loadtestrunner logging
Hi,
I'm trying to figure out how to change the logging while running loadtestrunner.bat. I've tried changing all of the values in the ..\soapui\bin\soapui-log4j.xml to ERROR but still see DEBUG level logging in the DOS command window and INFO level in the soapui.log and global-groovy.log files. I even tried the following soapui-log4j.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
<root>
<priority value="OFF" />
</root>
</log4j:configuration>
...but still received all messages.
Please advise how to change the logging so that only ERROR levels are reported.
Thanks
I'm trying to figure out how to change the logging while running loadtestrunner.bat. I've tried changing all of the values in the ..\soapui\bin\soapui-log4j.xml to ERROR but still see DEBUG level logging in the DOS command window and INFO level in the soapui.log and global-groovy.log files. I even tried the following soapui-log4j.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
<root>
<priority value="OFF" />
</root>
</log4j:configuration>
...but still received all messages.
Please advise how to change the logging so that only ERROR levels are reported.
Thanks