[java-identity-provider] branch master updated: Rollback logging levels that were accidentally checked-in.

Scott Cantor cantor.2 at osu.edu
Wed May 15 15:46:17 EDT 2019


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=0f9001f759b03e2d0762b18a264c1b15c88be5ec

The following commit(s) were added to refs/heads/master by this push:
       new  0f9001f   Rollback logging levels that were accidentally checked-in.
0f9001f is described below

commit 0f9001f759b03e2d0762b18a264c1b15c88be5ec
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed May 15 15:46:14 2019 -0400

    Rollback logging levels that were accidentally checked-in.
---
 idp-conf/src/main/resources/conf/logback.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-conf/src/main/resources/conf/logback.xml b/idp-conf/src/main/resources/conf/logback.xml
index 14cbba0..cda207e 100644
--- a/idp-conf/src/main/resources/conf/logback.xml
+++ b/idp-conf/src/main/resources/conf/logback.xml
@@ -21,11 +21,11 @@
     <!-- <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.ldap" value="${idp.loglevel.ldap:-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}" />
-    <variable name="idp.loglevel.opensaml" value="${idp.loglevel.opensaml:-DEBUG}" />
+    <variable name="idp.loglevel.opensaml" value="${idp.loglevel.opensaml:-INFO}" />
     <variable name="idp.loglevel.props" value="${idp.loglevel.props:-INFO}" />
     <variable name="idp.loglevel.httpclient" value="${idp.loglevel.httpclient:-INFO}" />
     

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list