[java-idp-integration-tests] 02/02: Reduce TestNG logging

Codeberg noreply at shibboleth.net
Mon Jun 8 22:38:03 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-idp-integration-tests.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-integration-tests/commit/948a900d78e58b41fbeedf6b2557e3ce17229d69

commit 948a900d78e58b41fbeedf6b2557e3ce17229d69
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Jun 8 17:08:57 2026 -0500

    Reduce TestNG logging
---
 src/test/resources/logback-test.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/resources/logback-test.xml b/src/test/resources/logback-test.xml
index 2c7704b..50160e7 100644
--- a/src/test/resources/logback-test.xml
+++ b/src/test/resources/logback-test.xml
@@ -5,6 +5,7 @@
     
     <logger name="org.openqa" level="DEBUG" />
     <logger name="com.saucelabs" level="DEBUG" />
+    <logger name="org.testng" level="ERROR" />
 
     <!-- Jetty logger must be INFO or finer to read its log file during startup.  -->
     <logger name="org.eclipse.jetty" level="INFO" />

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list