[richfaces-svn-commits] JBoss Rich Faces SVN: r18391 - root/tests/metamer/trunk/application/src/main/webapp/templates.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Aug 3 04:49:06 EDT 2010


Author: ppitonak at redhat.com
Date: 2010-08-03 04:49:05 -0400 (Tue, 03 Aug 2010)
New Revision: 18391

Modified:
   root/tests/metamer/trunk/application/src/main/webapp/templates/template.xhtml
Log:
* common a4j:log's level changed to debug



Modified: root/tests/metamer/trunk/application/src/main/webapp/templates/template.xhtml
===================================================================
--- root/tests/metamer/trunk/application/src/main/webapp/templates/template.xhtml	2010-08-02 23:42:21 UTC (rev 18390)
+++ root/tests/metamer/trunk/application/src/main/webapp/templates/template.xhtml	2010-08-03 08:49:05 UTC (rev 18391)
@@ -50,7 +50,7 @@
             </div>
 
             <h:panelGroup  id="a4jLogPanel" styleClass="log-panel" layout="block">
-                <a4j:log id="a4jLog" height="300px" rendered="#{richBean.log}" />
+                <a4j:log id="a4jLog" height="300px" rendered="#{richBean.log}" level="debug"/>
             </h:panelGroup>
 
             <div class="footer">



More information about the richfaces-svn-commits mailing list