[java-shib-idp2 COMMIT] in /branches/REL_2: doc/RELEASE-NOTES.txt src/installer/resources/conf-tmpl/logging.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Feb 6 19:44:20 EST 2015


Author: putmanb
Date: Fri Feb  6 19:44:20 2015
New Revision: 3210

URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3210&view=rev
Log:
SIDP-626 - Default logging config turns Spring logging OFF

Modified:
    branches/REL_2/doc/RELEASE-NOTES.txt
    branches/REL_2/src/installer/resources/conf-tmpl/logging.xml

Modified: branches/REL_2/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/doc/RELEASE-NOTES.txt?rev=3210&r1=3209&r2=3210&view=diff
==============================================================================
--- branches/REL_2/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_2/doc/RELEASE-NOTES.txt Fri Feb  6 19:44:20 2015
@@ -4,7 +4,10 @@
 Feature Highlights:
 https://wiki.shibboleth.net/confluence/display/SHIB2/IdPInterestingFeatures
 
+Changes in Release 2.4.3
+=============================================
 [SIDP-625] - Exit with failure status when required.
+[SIDP-626] - Default logging config turns Spring logging OFF
 
 Changes in Release 2.4.3
 =============================================

Modified: branches/REL_2/src/installer/resources/conf-tmpl/logging.xml
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/installer/resources/conf-tmpl/logging.xml?rev=3210&r1=3209&r2=3210&view=diff
==============================================================================
--- branches/REL_2/src/installer/resources/conf-tmpl/logging.xml (original)
+++ branches/REL_2/src/installer/resources/conf-tmpl/logging.xml Fri Feb  6 19:44:20 2015
@@ -74,7 +74,7 @@
         <appender-ref ref="IDP_AUDIT"/>
     </logger>
         
-    <logger name="org.springframework" level="OFF"/>
+    <logger name="org.springframework" level="ERROR"/>
     
     <logger name="org.apache.catalina" level="ERROR"/>
 



More information about the commits mailing list