You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2009/08/31 04:23:56 UTC

svn commit: r809450 - in /directory/shared/branches/shared-schema: ldap-schema-loader/src/test/resources/log4j.properties ldap-schema/src/test/resources/log4j.properties

Author: akarasulu
Date: Mon Aug 31 02:23:55 2009
New Revision: 809450

URL: http://svn.apache.org/viewvc?rev=809450&view=rev
Log:
removing debug mode from tests to prevent excessive output during builds

Modified:
    directory/shared/branches/shared-schema/ldap-schema-loader/src/test/resources/log4j.properties
    directory/shared/branches/shared-schema/ldap-schema/src/test/resources/log4j.properties

Modified: directory/shared/branches/shared-schema/ldap-schema-loader/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-schema/ldap-schema-loader/src/test/resources/log4j.properties?rev=809450&r1=809449&r2=809450&view=diff
==============================================================================
--- directory/shared/branches/shared-schema/ldap-schema-loader/src/test/resources/log4j.properties (original)
+++ directory/shared/branches/shared-schema/ldap-schema-loader/src/test/resources/log4j.properties Mon Aug 31 02:23:55 2009
@@ -14,7 +14,7 @@
 #    See the License for the specific language governing permissions and
 #    limitations under the License.
 #############################################################################
-log4j.rootCategory=DEBUG, stdout
+log4j.rootCategory=ERROR, stdout
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout

Modified: directory/shared/branches/shared-schema/ldap-schema/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-schema/ldap-schema/src/test/resources/log4j.properties?rev=809450&r1=809449&r2=809450&view=diff
==============================================================================
--- directory/shared/branches/shared-schema/ldap-schema/src/test/resources/log4j.properties (original)
+++ directory/shared/branches/shared-schema/ldap-schema/src/test/resources/log4j.properties Mon Aug 31 02:23:55 2009
@@ -14,7 +14,7 @@
 #    See the License for the specific language governing permissions and
 #    limitations under the License.
 #############################################################################
-log4j.rootCategory=DEBUG, stdout
+log4j.rootCategory=ERROR, stdout
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender
 log4j.appender.stdout.layout=org.apache.log4j.PatternLayout