You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by kn...@apache.org on 2008/10/13 22:56:43 UTC

svn commit: r704244 - /wicket/trunk/wicket/src/test/java/log4j.properties

Author: knopp
Date: Mon Oct 13 13:56:43 2008
New Revision: 704244

URL: http://svn.apache.org/viewvc?rev=704244&view=rev
Log:
change wicket level to error

Modified:
    wicket/trunk/wicket/src/test/java/log4j.properties

Modified: wicket/trunk/wicket/src/test/java/log4j.properties
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket/src/test/java/log4j.properties?rev=704244&r1=704243&r2=704244&view=diff
==============================================================================
--- wicket/trunk/wicket/src/test/java/log4j.properties (original)
+++ wicket/trunk/wicket/src/test/java/log4j.properties Mon Oct 13 13:56:43 2008
@@ -9,7 +9,11 @@
 # please keep this setting FATAL to avoid questions from users
 # why there are stacktraces in the test output. You can turn it
 # down if you need to when testing, but don't check it in. (eelco)
-log4j.logger.org.apache.wicket=FATAL
+
+# changing back to ERROR. Looks like in some cases the log4j.properties
+# in wicket gets picked which results in not printing the exceptions
+# and that can be a bit dangerous (matej)
+log4j.logger.org.apache.wicket=ERROR
 #log4j.logger.org.apache.wicket.resource=FATAL
 #log4j.logger.org.apache.wicket.Localizer=FATAL