[java-idp-testbed COMMIT] /trunk/src/main/config/system/conf/global-system.xml
noreply at shibboleth.net
noreply at shibboleth.net
Sun Nov 24 10:25:23 EST 2013
Author: rdw
Date: Sun Nov 24 10:25:23 2013
New Revision: 60
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=60&view=rev
Log:
IdP-298 Remove Use of Shibboleth Resources in logback configurations
Modified:
trunk/src/main/config/system/conf/global-system.xml
Modified: trunk/src/main/config/system/conf/global-system.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/config/system/conf/global-system.xml?rev=60&r1=59&r2=60&view=diff
==============================================================================
--- trunk/src/main/config/system/conf/global-system.xml (original)
+++ trunk/src/main/config/system/conf/global-system.xml Sun Nov 24 10:25:23 2013
@@ -28,9 +28,7 @@
<bean id="shibboleth.LogbackLogging" class="net.shibboleth.idp.log.LogbackLoggingService" init-method="start" destroy-method="stop">
<property name="id" value="shibboleth.LogbackLogging" />
- <property name="loggingConfiguration">
- <bean class="net.shibboleth.utilities.java.support.resource.FilesystemResource" c:resourcePath="${idp.home}/conf/logback.xml" />
- </property>
+ <property name="loggingConfiguration" value="file:${idp.home}/conf/logback.xml" />
<property name="reloadCheckDelay" value="0" />
</bean>
More information about the commits
mailing list