[jboss-cvs] jboss-seam/examples/wiki/src/test ...
Christian Bauer
christian at hibernate.org
Mon Jan 14 20:00:01 EST 2008
User: cbauer
Date: 08/01/14 20:00:01
Modified: examples/wiki/src/test log4j.xml
Log:
Make ORDER BY in queries more typesafe
Revision Changes Path
1.8 +1 -1 jboss-seam/examples/wiki/src/test/log4j.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: log4j.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/test/log4j.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- log4j.xml 10 Jan 2008 08:37:47 -0000 1.7
+++ log4j.xml 15 Jan 2008 01:00:01 -0000 1.8
@@ -13,7 +13,7 @@
<!-- ############### Wiki logging ################# -->
<category name="org.jboss.seam.wiki">
- <priority value="WARN"/>
+ <priority value="DEBUG"/>
</category>
<category name="org.jboss.seam.wiki.test">
<priority value="info"/>
More information about the jboss-cvs-commits
mailing list