You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2011/09/23 17:45:24 UTC

svn commit: r1174847 - /tapestry/tapestry5/trunk/tapestry-core/src/test/resources/log4j.properties

Author: hlship
Date: Fri Sep 23 15:45:24 2011
New Revision: 1174847

URL: http://svn.apache.org/viewvc?rev=1174847&view=rev
Log:
TAP5-1656: Enable logging, to trigger the error

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/test/resources/log4j.properties

Modified: tapestry/tapestry5/trunk/tapestry-core/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/resources/log4j.properties?rev=1174847&r1=1174846&r2=1174847&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/resources/log4j.properties (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/resources/log4j.properties Fri Sep 23 15:45:24 2011
@@ -16,3 +16,7 @@ log4j.category.org.apache.tapestry5.inte
 
 # Turn off much of the racket from Selenium when it runs
 log4j.category.org.openqa.selenium.server=warn
+
+log4j.category.org.apache.tapestry5.integration.app1.base.InheritBase=debug
+log4j.category.org.apache.tapestry5.integration.app1.pages.inherit=debug
+