[java-idp-integration-tests] 02/02: Update Logback config

Tom Zeller tzeller at dragonacea.biz
Tue May 23 22:41:47 UTC 2023


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=4cff00f552ae538636e01adccfc8c3e2d63481d9

commit 4cff00f552ae538636e01adccfc8c3e2d63481d9
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue May 23 17:41:31 2023 -0500

    Update Logback config
---
 src/test/resources/logback-test.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/test/resources/logback-test.xml b/src/test/resources/logback-test.xml
index 8f433bc..96d91b4 100644
--- a/src/test/resources/logback-test.xml
+++ b/src/test/resources/logback-test.xml
@@ -16,8 +16,7 @@
         </encoder>
     </appender>
 
-    <root>
-        <level value="INFO" />
+    <root level="INFO">
         <appender-ref ref="STDOUT" />
     </root>
 

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


More information about the commits mailing list