taylor 2002/07/18 15:46:28
Modified: webapp/WEB-INF/conf JetspeedSecurity.properties
TurbineResources.properties
Log:
Last commit wasn't quite right. I think I've got it now. (disabled debug on Torque)
Revision Changes Path
1.15 +0 -0 jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedSecurity.properties
Index: JetspeedSecurity.properties
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/JetspeedSecurity.properties,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
1.56 +4 -3 jakarta-jetspeed/webapp/WEB-INF/conf/TurbineResources.properties
Index: TurbineResources.properties
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/webapp/WEB-INF/conf/TurbineResources.properties,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- TurbineResources.properties 18 Jul 2002 22:05:44 -0000 1.55
+++ TurbineResources.properties 18 Jul 2002 22:46:28 -0000 1.56
@@ -57,9 +57,10 @@
# An example configuration for using Log4Java, with log4j properties inline
# The category name - at the end of this line - needs to match the logging facility
name - the first log4j.
# need this rootCategory entry to capture the torque/fulcrum etc logging
-services.LoggingService.logforj.log4j.rootCategory = DEBUG, logforj
+services.LoggingService.logforj.log4j.rootCategory = INFO, logforj
+
# need this category entry for the actual jetspeed logging (I don't know why it
doesn't get covered by the root category!)
-services.LoggingService.logforj.log4j.category.logforj = INFO, logforj
+services.LoggingService.logforj.log4j.category.logforj = DEBUG, logforj
services.LoggingService.logforj.log4j.appender.logforj.file
=${webappRoot}/WEB-INF/log/jetspeed.log
services.LoggingService.logforj.log4j.appender.logforj =
org.apache.log4j.FileAppender
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>