[java-parent-project] branch main updated: IDP-2453 - Review test logback files for deprecated level element
Codeberg
noreply at shibboleth.net
Tue Apr 21 14:47:05 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-parent-project.
View the commit online:
https://codeberg.org/Shibboleth/java-parent-project/commit/951f02bc36f130092b1a869f96dce8f43203e62e
The following commit(s) were added to refs/heads/main by this push:
new 951f02b IDP-2453 - Review test logback files for deprecated level element
951f02b is described below
commit 951f02bc36f130092b1a869f96dce8f43203e62e
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue Apr 21 10:46:53 2026 -0400
IDP-2453 - Review test logback files for deprecated level element
https://shibboleth.atlassian.net/browse/IDP-2453
---
resources/logback/logback-test.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/resources/logback/logback-test.xml b/resources/logback/logback-test.xml
index f3280e5..55f1d6e 100644
--- a/resources/logback/logback-test.xml
+++ b/resources/logback/logback-test.xml
@@ -9,8 +9,7 @@
</encoder>
</appender>
- <root>
- <level value="warn" />
+ <root level="WARN">
<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