I\'m using the standard python (2.5.2) logging module, specifically the RotatingFileHandler, on a linux system. My application supports both a command-line interfa
RotatingFileHandler
James Gardner has written a handler that only rotates files, not creating or deleting them: http://packages.python.org/logrotate/index.html