[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/logback.xml

noreply at shibboleth.net noreply at shibboleth.net
Thu Nov 12 11:56:14 EST 2015


Author: scantor
Date: Thu Nov 12 11:56:14 2015
New Revision: 7985

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7985&view=rev
Log:
Reorder some variables.

Modified:
    trunk/idp-conf/src/main/resources/conf/logback.xml

Modified: trunk/idp-conf/src/main/resources/conf/logback.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/logback.xml?rev=7985&r1=7984&r2=7985&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/logback.xml	(original)
+++ trunk/idp-conf/src/main/resources/conf/logback.xml	Thu Nov 12 11:56:14 2015
@@ -14,10 +14,10 @@
     
     <!-- Logging level shortcuts. -->
     <variable name="idp.loglevel.idp" value="INFO" />
-    <variable name="idp.loglevel.opensaml" value="INFO" />
     <variable name="idp.loglevel.ldap" value="WARN" />
     <variable name="idp.loglevel.messages" value="INFO" />
     <variable name="idp.loglevel.encryption" value="INFO" />
+    <variable name="idp.loglevel.opensaml" value="INFO" />
     <variable name="idp.loglevel.props" value="INFO" />
     
     <!-- Don't turn these up unless you want a *lot* of noise. -->



More information about the commits mailing list