Author: agilliland
Date: Tue Apr 11 17:26:02 2006
New Revision: 393343
URL: http://svn.apache.org/viewcvs?rev=393343&view=rev
Log:
enable debug logging on unit test classes for test log.
Modified:
incubator/roller/branches/roller-newbackend/testdata/WEB-INF/classes/log4j.properties
Modified:
incubator/roller/branches/roller-newbackend/testdata/WEB-INF/classes/log4j.properties
URL:
http://svn.apache.org/viewcvs/incubator/roller/branches/roller-newbackend/testdata/WEB-INF/classes/log4j.properties?rev=393343&r1=393342&r2=393343&view=diff
==============================================================================
---
incubator/roller/branches/roller-newbackend/testdata/WEB-INF/classes/log4j.properties
(original)
+++
incubator/roller/branches/roller-newbackend/testdata/WEB-INF/classes/log4j.properties
Tue Apr 11 17:26:02 2006
@@ -1,6 +1,5 @@
# Properties for configuring Log4j for this application
# This is the configuring for logging displayed in the Application Server
-# log4j.rootCategory=INFO, stdout, R, mail
log4j.rootCategory=INFO, roller
# log to console
@@ -16,10 +15,14 @@
# logging levels
log4j.category.org.roller=INFO
-log4j.category.org.roller.business.UserTest=DEBUG
-log4j.category.org.roller.business.WeblogTest=DEBUG
+log4j.category.org.roller.business.FileManagerTest=DEBUG
log4j.category.org.roller.business.PermissionTest=DEBUG
+log4j.category.org.roller.business.PingsTest=DEBUG
+log4j.category.org.roller.business.PropertiesTest=DEBUG
+log4j.category.org.roller.business.UserTest=DEBUG
+log4j.category.org.roller.business.WeblogEntryTest=DEBUG
log4j.category.org.roller.business.WeblogPageTest=DEBUG
+log4j.category.org.roller.business.WeblogTest=DEBUG
log4j.category.org.hibernate=WARN
log4j.category.org.apache.struts=WARN
log4j.category.org.apache.velocity=WARN