This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou, vinay.sajip
Date 2013-07-02.08:41:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372754466.44.0.0217730014706.issue18345@psf.upfronthosting.co.za>
In-reply-to
Content
When starting a service as root, you may want your log files to be created as another user (the service may drop privileges later). It would be nice to have a "chown" option to FileHander. For example it could take either a "username" string, or a ("username", "groupname") tuple.

(a similar request may be made for chmod, but umask helps a lot there)

This is quite low-priority :)
History
Date User Action Args
2013-07-02 08:41:06pitrousetrecipients: + pitrou, vinay.sajip
2013-07-02 08:41:06pitrousetmessageid: <1372754466.44.0.0217730014706.issue18345@psf.upfronthosting.co.za>
2013-07-02 08:41:06pitroulinkissue18345 messages
2013-07-02 08:41:05pitroucreate