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 vinay.sajip
Recipients Claudiu.Popa, pitrou, vinay.sajip
Date 2013-11-04.19:48:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383594533.65.0.728302734815.issue18345@psf.upfronthosting.co.za>
In-reply-to
Content
If you are using dictConfig(), you don't need to specify a class for your handler: you can specify a callable which configures and returns a handler, and the callable could be a function which created a file with appropriate ownership and then returned a FileHandler or subclass thereof which used that file. I can update the cookbook with suitable examples, with and without using a mixin.
History
Date User Action Args
2013-11-04 19:48:53vinay.sajipsetrecipients: + vinay.sajip, pitrou, Claudiu.Popa
2013-11-04 19:48:53vinay.sajipsetmessageid: <1383594533.65.0.728302734815.issue18345@psf.upfronthosting.co.za>
2013-11-04 19:48:53vinay.sajiplinkissue18345 messages
2013-11-04 19:48:53vinay.sajipcreate