Forum OpenACS Q&A: Response to Compressing nslog access log's...

Collapse
Posted by Jonathan Ellis on
I think you'd have to write your own logging proc. Should be a simple enough proc to write:
* incr count on .gz files in log dir
* ns_logroll
* gzip access.log.000
then schedule your proc manually rather than using the log module.