[java-identity-provider] branch main updated: Fix IdP log level.
Scott Cantor
cantor.2 at osu.edu
Wed May 10 19:10:49 UTC 2023
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=b0048041f4ef134e6cb314ddb65d8af3d17aa636
The following commit(s) were added to refs/heads/main by this push:
new b0048041f Fix IdP log level.
b0048041f is described below
commit b0048041f4ef134e6cb314ddb65d8af3d17aa636
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed May 10 15:10:46 2023 -0400
Fix IdP log level.
---
.../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 eb5335a0e..85e6cc0fd 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
@@ -21,7 +21,7 @@
<!-- <variable name="idp.process.appender" value="ASYNC_PROCESS" /> -->
<!-- Logging level shortcuts. -->
- <variable name="idp.loglevel.idp" value="${idp.loglevel.idp:-DEBUG}" />
+ <variable name="idp.loglevel.idp" value="${idp.loglevel.idp:-INFO}" />
<variable name="idp.loglevel.ldap" value="${idp.loglevel.ldap:-WARN}" />
<variable name="idp.loglevel.messages" value="${idp.loglevel.messages:-INFO}" />
<variable name="idp.loglevel.encryption" value="${idp.loglevel.encryption:-INFO}" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list