You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2008/06/07 00:49:36 UTC

svn commit: r664176 - /tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/resources/log4j.properties

Author: hlship
Date: Fri Jun  6 15:49:36 2008
New Revision: 664176

URL: http://svn.apache.org/viewvc?rev=664176&view=rev
Log:
TAPESTRY-2440:  The quickstart archetype should enable debug logging (by default) for the new application

Modified:
    tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/resources/log4j.properties

Modified: tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/resources/log4j.properties
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/resources/log4j.properties?rev=664176&r1=664175&r2=664176&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/resources/log4j.properties (original)
+++ tapestry/tapestry5/trunk/quickstart/src/main/resources/archetype-resources/src/main/resources/log4j.properties Fri Jun  6 15:49:36 2008
@@ -26,3 +26,8 @@
 # mode is rarely used, as it outputs voluminous details about the rendering of the page.
 
 # log4j.category.${packageName}.pages.Index=debug
+
+# Turn on some verbose debugging about everything in the application. This is nice initially,
+# while getting everything set up.  You'll probably want to remove this once you are 
+# up and running, replacing it with more selecting debugging output.
+log4j.category.${packageName}=debug
\ No newline at end of file