vikingsteve
13 years agoOccasional Contributor
Maven-soapui-plugin, setting to reduce log-level?
Hello,
Is there a setting for the maven-soapui-plugin to reduce the log-level? I'd prefer to see the INFO lines, without DEBUG.
10:35:09,481 INFO [SoapUIProTestCaseRunner] Running Project [FooService], runType = SEQUENTIAL
10:35:09,491 INFO [SoapUIProTestCaseRunner] Running soapUI testcase [findFoo]
10:35:09,498 INFO [SoapUIProTestCaseRunner] running step [findFoo_ValidParameters_DataExists_FooId]
10:35:09,693 DEBUG [HttpClientSupport$SoapUIHttpClient] Attempt 1 to execute request
10:35:09,693 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Sending request: POST /FooService/FooService HTTP/1.1
10:35:09,833 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Receiving response: HTTP/1.1 200 OK
10:35:09,849 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Connection shut down
10:35:10,163 INFO [SoapUIProTestCaseRunner] Assertion [SOAP Response] has status VALID
10:35:10,163 INFO [SoapUIProTestCaseRunner] Assertion [XPath Match] has status VALID
In maven I can see some settings like this one, below.
<soapuiProperties>
<property>
<name>soapui.logroot</name>
<value>${project.build.directory}\soapui-logs\</value>
</property>
</soapuiProperties>
So I was wondering if log level is configurable without unzipping the plugin and editting the log4j.xml
Is there a setting for the maven-soapui-plugin to reduce the log-level? I'd prefer to see the INFO lines, without DEBUG.
10:35:09,481 INFO [SoapUIProTestCaseRunner] Running Project [FooService], runType = SEQUENTIAL
10:35:09,491 INFO [SoapUIProTestCaseRunner] Running soapUI testcase [findFoo]
10:35:09,498 INFO [SoapUIProTestCaseRunner] running step [findFoo_ValidParameters_DataExists_FooId]
10:35:09,693 DEBUG [HttpClientSupport$SoapUIHttpClient] Attempt 1 to execute request
10:35:09,693 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Sending request: POST /FooService/FooService HTTP/1.1
10:35:09,833 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Receiving response: HTTP/1.1 200 OK
10:35:09,849 DEBUG [SoapUIMultiThreadedHttpConnectionManager$SoapUIDefaultClientConnection] Connection shut down
10:35:10,163 INFO [SoapUIProTestCaseRunner] Assertion [SOAP Response] has status VALID
10:35:10,163 INFO [SoapUIProTestCaseRunner] Assertion [XPath Match] has status VALID
In maven I can see some settings like this one, below.
<soapuiProperties>
<property>
<name>soapui.logroot</name>
<value>${project.build.directory}\soapui-logs\</value>
</property>
</soapuiProperties>
So I was wondering if log level is configurable without unzipping the plugin and editting the log4j.xml