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

noreply at shibboleth.net noreply at shibboleth.net
Wed Oct 15 16:23:11 EDT 2014


Author: scantor
Date: Wed Oct 15 16:23:11 2014
New Revision: 6715

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6715&view=rev
Log:
Reduce some log chattiness, alias DataSealer to ease upgrades.

Modified:
    trunk/idp-conf/src/main/resources/conf/logback.xml
    trunk/idp-conf/src/main/resources/system/conf/global-system.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=6715&r1=6714&r2=6715&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/logback.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/logback.xml Wed Oct 15 16:23:11 2014
@@ -14,6 +14,12 @@
     <!--
     <logger name="PROTOCOL_MESSAGE" level="DEBUG" />
     -->
+
+    <!-- Especially chatty. -->    
+    <logger name="net.shibboleth.idp.saml.attribute.mapping.AbstractSAMLAttributesMapper" level="INFO" />
+    <logger name="org.springframework" level="ERROR"/>
+    <logger name="org.apache.catalina" level="ERROR"/>
+    <logger name="org.eclipse.jetty" level="ERROR"/>
     
     <!-- Normally you should not edit below this point. -->
     
@@ -49,13 +55,7 @@
     
     <logger name="Shibboleth-Audit" level="ALL">
         <appender-ref ref="IDP_AUDIT"/>
-    </logger>
-        
-    <logger name="org.springframework" level="ERROR"/>
-    
-    <logger name="org.apache.catalina" level="ERROR"/>
-    
-    <logger name="org.eclipse.jetty" level="ERROR"/>
+    </logger>    
 
     <root level="INFO">
         <appender-ref ref="IDP_PROCESS"/>

Modified: trunk/idp-conf/src/main/resources/system/conf/global-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/global-system.xml?rev=6715&r1=6714&r2=6715&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/global-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/global-system.xml Wed Oct 15 16:23:11 2014
@@ -133,6 +133,9 @@
         </property>
     </bean>
     
+    <!-- This is a convenience for compatibility with the examples for configuring this in V2. -->
+    <alias name="shibboleth.DataSealer" alias="shibboleth.TransientIDDataSealer"/>
+    
     <bean id="shibboleth.StorageService"
         class="%{idp.storage.StorageService:org.opensaml.storage.impl.MemoryStorageService}"        
         p:cleanupInterval="%{idp.storage.cleanupInterval:PT10M}"



More information about the commits mailing list