You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jd...@apache.org on 2010/12/22 15:45:49 UTC

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

Author: jdonnerstag
Date: Wed Dec 22 14:45:49 2010
New Revision: 1051924

URL: http://svn.apache.org/viewvc?rev=1051924&view=rev
Log:
add log4j.properties

Added:
    wicket/trunk/wicket-datetime/src/test/java/log4j.properties

Added: wicket/trunk/wicket-datetime/src/test/java/log4j.properties
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket-datetime/src/test/java/log4j.properties?rev=1051924&view=auto
==============================================================================
--- wicket/trunk/wicket-datetime/src/test/java/log4j.properties (added)
+++ wicket/trunk/wicket-datetime/src/test/java/log4j.properties Wed Dec 22 14:45:49 2010
@@ -0,0 +1,18 @@
+log4j.debug=false
+
+log4j.rootLogger=INFO,Stdout
+
+# 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)
+
+# 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
+
+log4j.appender.Stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.Stdout.layout=org.apache.log4j.PatternLayout
+log4j.appender.Stdout.layout.conversionPattern=%-5p - %-26.26c{1} - %m\n