Hi,
> But my point was that even a single day's log can become unwieldly.
> Wouldn't it be more elegant to use a numeric cut off?
May I ask how many MB are your one day log files big?
Frankly, this looks like a special case feature request. And I'm not
convinced that log rotation handled by shelve is the proper solution.
Maybe a better solution would be to use some logrotate-like utility
(from a cron job) that moves the file to some archive and maybe
compresses it once it gets too big.
Regards,
Tom