You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ColdBox Platform
Hi!
Is there a way to rotate the log when it reaches a certain length?
What I'm looking for is if coldbox can be configured to move the log
file when it reaches a certain length. The files rotated would only
need a counter for their name, something like:
logs/
myapp.log (current)
myapp.log.1 (most recent)
...
myapp.log.n (eldest)
TIA!
Pedro.
Luis Majano
unread,
Oct 28, 2009, 7:19:08 PM10/28/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to col...@googlegroups.com
Logbox already does this. Use The rolling file appender or the async
rolling file appender.