You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by mu...@apache.org on 2008/06/27 22:28:13 UTC

svn commit: r672375 - in /xml/security/trunk: CHANGELOG.txt src/org/apache/xml/security/resource/log4j.properties

Author: mullan
Date: Fri Jun 27 13:28:13 2008
New Revision: 672375

URL: http://svn.apache.org/viewvc?rev=672375&view=rev
Log:
Fixed bug 45095: log4j.properties in xmlsec sources and builds has side
effects in production environment.

Modified:
    xml/security/trunk/CHANGELOG.txt
    xml/security/trunk/src/org/apache/xml/security/resource/log4j.properties

Modified: xml/security/trunk/CHANGELOG.txt
URL: http://svn.apache.org/viewvc/xml/security/trunk/CHANGELOG.txt?rev=672375&r1=672374&r2=672375&view=diff
==============================================================================
--- xml/security/trunk/CHANGELOG.txt (original)
+++ xml/security/trunk/CHANGELOG.txt Fri Jun 27 13:28:13 2008
@@ -1,4 +1,8 @@
 Changelog for "Apache xml-security" <http://xml.apache.org/security/>
+New in v ...
+    Fixed bug 45095: log4j.properties in xmlsec sources and builds has side
+effects in production environment. Thanks to Joachim Rousseau.
+
 New in v1.4.2rc1
     Fixed bug 44999: DOMException is thrown at XMLSignature creation. Thanks to Giedrius Noreikis.
     Fixed bug 44863: Improved logging in signature handling. Thanks to Wally Dennis.

Modified: xml/security/trunk/src/org/apache/xml/security/resource/log4j.properties
URL: http://svn.apache.org/viewvc/xml/security/trunk/src/org/apache/xml/security/resource/log4j.properties?rev=672375&r1=672374&r2=672375&view=diff
==============================================================================
--- xml/security/trunk/src/org/apache/xml/security/resource/log4j.properties (original)
+++ xml/security/trunk/src/org/apache/xml/security/resource/log4j.properties Fri Jun 27 13:28:13 2008
@@ -4,14 +4,13 @@
 #
 # ------------------------------------------------------------------------
 #
-log4j.rootLogger=DEBUG, LOGTXT
 
 ########################################################################
 #
 # Logging based on packages
 #
 ########################################################################
-log4j.logger.org.apache.xml.security=DEBUG, LOGTXT
+log4j.logger.org.apache.xml.security=ERROR, LOGTXT
 log4j.logger.org.apache.xml.security.test.AllTests=DEBUG, LOGTXT
 
 ########################################################################