[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/conf/services-system.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sat Dec 13 21:30:47 EST 2014
Author: scantor
Date: Sat Dec 13 21:30:47 2014
New Revision: 7089
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7089&view=rev
Log:
Fix property default.
Modified:
trunk/idp-conf/src/main/resources/system/conf/services-system.xml
Modified: trunk/idp-conf/src/main/resources/system/conf/services-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/services-system.xml?rev=7089&r1=7088&r2=7089&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/services-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/services-system.xml Sat Dec 13 21:30:47 2014
@@ -21,7 +21,7 @@
<bean id="shibboleth.LogbackLogging" class="net.shibboleth.idp.log.LogbackLoggingService"
p:loggingConfiguration="%{idp.home}/conf/logback.xml"
- p:reloadCheckDelay="%{idp.service.logging.checkInterval:PT5M}"
+ p:reloadCheckDelay="%{idp.service.logging.checkInterval:0}"
p:failFast="%{idp.service.logging.failFast:true}" />
<bean id="shibboleth.AttributeFilterService" class="net.shibboleth.ext.spring.service.ReloadableSpringService"
More information about the commits
mailing list