Maybe someone can help me properly configure my instance of Turbine 2.2_01 to send error reports (i.e. the turbine.log) via e-mail. I know there is a specific part of the TurbineResources.properties file for configuring Log4Java for doing this and I've used it to no avail:
... # An example configuration for sending error reports as email with Log4Java # notes: # * uses 'mail.server' as SMTP server to send mail through # * log4j will send the email when an ERROR is logged, with # 'buffer.size' previous (non-ERROR) logs included in the email # * configured to log to a file as well otherwise stacktraces are lost services.LoggingService.email.destination.file=/logs/turbine.log [EMAIL PROTECTED] [EMAIL PROTECTED] services.LoggingService.email.destination.email.subject=Turbine Error Report services.LoggingService.email.destination.email.buffer.size=512 services.LoggingService.email.className=org.apache.turbine.services.logging. Log4JavaLogger services.LoggingService.email.level=ERROR I've also configured the "mail.server" and "mail.smtp.from" properties. But I never get an e-mail from the system. BTW, I recently upgraded to T2.2 from T2.1 because I couldn't get it to work from T2.1 either. Thanks for the help, Daniel. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
