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
$ chgrp loggroup logdir $ chmod g+w logdir $ chmod g+s logdir $ usermod -a -G loggroup myuser $ umask 0002