[java-idp-plugin-jetty] branch main updated: IDP-2453 - Review test logback files for deprecated level element
Codeberg
noreply at shibboleth.net
Tue Apr 21 14:50:17 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-jetty.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-jetty/commit/c57b4072f4ae21b63254c81a86f56cd04b65bdd5
The following commit(s) were added to refs/heads/main by this push:
new c57b407 IDP-2453 - Review test logback files for deprecated level element
c57b407 is described below
commit c57b4072f4ae21b63254c81a86f56cd04b65bdd5
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Apr 21 10:50:06 2026 -0400
IDP-2453 - Review test logback files for deprecated level element
https://shibboleth.atlassian.net/browse/IDP-2453
---
jetty-cli/src/test/resources/logback-test.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/jetty-cli/src/test/resources/logback-test.xml b/jetty-cli/src/test/resources/logback-test.xml
index a868ddb..bcd3ac1 100644
--- a/jetty-cli/src/test/resources/logback-test.xml
+++ b/jetty-cli/src/test/resources/logback-test.xml
@@ -12,8 +12,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