[java-identity-provider] branch main updated: IDP-2288 - Injection of beans into PostProcessor causes Spring warnings
Scott Cantor
cantor.2 at osu.edu
Mon May 20 18:17:07 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=bcef9d8e6f30f4e5b9d1fd7831cf3b32d33cae7a
The following commit(s) were added to refs/heads/main by this push:
new bcef9d8e6 IDP-2288 - Injection of beans into PostProcessor causes Spring warnings
bcef9d8e6 is described below
commit bcef9d8e6f30f4e5b9d1fd7831cf3b32d33cae7a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon May 20 14:17:04 2024 -0400
IDP-2288 - Injection of beans into PostProcessor causes Spring warnings
https://shibboleth.atlassian.net/browse/IDP-2288
Raise Spring logging to WARN to unhide these warnings.
---
.../src/main/resources/net/shibboleth/idp/module/conf/logback.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/logback.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/logback.xml
index 0124fce8f..e927c5718 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/logback.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/logback.xml
@@ -30,7 +30,7 @@
<variable name="idp.loglevel.httpclient" value="${idp.loglevel.httpclient:-INFO}" />
<!-- Don't turn these up unless you want a *lot* of noise. -->
- <variable name="idp.loglevel.spring" value="${idp.loglevel.spring:-ERROR}" />
+ <variable name="idp.loglevel.spring" value="${idp.loglevel.spring:-WARN}" />
<variable name="idp.loglevel.container" value="${idp.loglevel.container:-ERROR}" />
<variable name="idp.loglevel.xmlsec" value="${idp.loglevel.xmlsec:-INFO}" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list