> 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
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