[java-idp-plugin-duo] branch main updated: IDP-2453 - Review test logback files for deprecated level element
Codeberg
noreply at shibboleth.net
Tue Apr 21 14:53:20 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-plugin-duo.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-duo/commit/1ff43773763309cf7251b8534357713d8ba8630e
The following commit(s) were added to refs/heads/main by this push:
new 1ff43773 IDP-2453 - Review test logback files for deprecated level element
1ff43773 is described below
commit 1ff43773763309cf7251b8534357713d8ba8630e
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Apr 21 10:51:51 2026 -0400
IDP-2453 - Review test logback files for deprecated level element
https://shibboleth.atlassian.net/browse/IDP-2453
---
idp-duo-api/src/test/resources/logback-test.xml | 3 +--
idp-duo-impl/src/test/resources/logback-test.xml | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/idp-duo-api/src/test/resources/logback-test.xml b/idp-duo-api/src/test/resources/logback-test.xml
index 608430e5..e047f062 100644
--- a/idp-duo-api/src/test/resources/logback-test.xml
+++ b/idp-duo-api/src/test/resources/logback-test.xml
@@ -30,8 +30,7 @@
<appender-ref ref="STDOUT" />
</logger>
- <root>
- <level value="INFO" />
+ <root level="INFO">
<appender-ref ref="STDOUT" />
</root>
diff --git a/idp-duo-impl/src/test/resources/logback-test.xml b/idp-duo-impl/src/test/resources/logback-test.xml
index 6ddfb8a4..365c416c 100644
--- a/idp-duo-impl/src/test/resources/logback-test.xml
+++ b/idp-duo-impl/src/test/resources/logback-test.xml
@@ -33,8 +33,7 @@
<appender-ref ref="STDOUT" />
</logger>
- <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