Re: Control Log File Size

2007-10-19 Thread Matt McCredie
> I've got an application running on linux which writes log files using the > python logging module. I'm looking for some help and advice to cap the size > which the file will grow too, something reasonably like 2Mb would be great. > > > > What is the best way to handle this kind of thing? Can this

Control Log File Size

2007-10-19 Thread Robert Rawlins - Think Blue
Hello Chaps, I've got an application running on linux which writes log files using the python logging module. I'm looking for some help and advice to cap the size which the file will grow too, something reasonably like 2Mb would be great. What is the best way to handle this kind of thing? C