I have configured Jetspeed to rotate the Jetspeed log file, but the
backup log files are created when "rotation" is the only logging
facility.  The default facilities list include system, debug, and
security.  

1) Why can the facility Rotation not be use with system,debug,security?

2) The logging facility sql is defined but not included in the
facilities list. Why?


Working configuration that does log file rotation from Jetspeed TR.p:

  services.LoggingService.facilities=rotation
  services.LoggingService.default=rotation

  # An example configuration for automatic log rotation using Log4Java
  # This will keep the log file size under 1MB and save up to 5 backup
copies
 
services.LoggingService.rotation.destination.file=/WEB-INF/log/jetspeed.log
  services.LoggingService.rotation.file.size=1048576
  services.LoggingService.rotation.file.backups=5
 
services.LoggingService.rotation.className=org.apache.turbine.services.logging.Log4JavaLogger
  services.LoggingService.rotation.level=DEBUG

Paul Spencer

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to