You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Chris Campbell <ca...@kontiki.com> on 2001/12/13 21:44:26 UTC

Log rolling

I don't see the turbine log getting rolled. I'm using Turbine 2.1

I have in TR.props

services.LoggingService.facilities=system,debug,security,rotation
services.LoggingService.default=system
services.LoggingService.loggingConfig=org.apache.turbine.services.loggin
g.PropertiesLoggingConfig

other logging conf...

services.LoggingService.rotation.destination.file=/logs/turbine.log
services.LoggingService.rotation.file.size=2048
services.LoggingService.rotation.file.backups=5
services.LoggingService.rotation.className=org.apache.turbine.services.l
ogging.Log4JavaLogger
services.LoggingService.rotation.level=INFO

Any idea what is going on? ( i made the size small so I could observe
the roll... )

Chris C

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Log rolling

Posted by Ian Lim <ma...@ematic.com>.
Hi

Just try to set
services.LoggingService.default=rotation

Should be able to get the things working...

Regards
==========
Ian Lim
email: mallim_sg@yahoo.com.sg
homepage: http://www.webappcabaret.com/mallim

----- Original Message -----
From: "Chris Campbell" <ca...@kontiki.com>
To: "Turbine Users List" <tu...@jakarta.apache.org>
Sent: Friday, December 14, 2001 04:44 AM
Subject: Log rolling


I don't see the turbine log getting rolled. I'm using Turbine 2.1

I have in TR.props

services.LoggingService.facilities=system,debug,security,rotation
services.LoggingService.default=system
services.LoggingService.loggingConfig=org.apache.turbine.services.loggin
g.PropertiesLoggingConfig

other logging conf...

services.LoggingService.rotation.destination.file=/logs/turbine.log
services.LoggingService.rotation.file.size=2048
services.LoggingService.rotation.file.backups=5
services.LoggingService.rotation.className=org.apache.turbine.services.l
ogging.Log4JavaLogger
services.LoggingService.rotation.level=INFO

Any idea what is going on? ( i made the size small so I could observe
the roll... )

Chris C

--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>