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 Claudiu.Popa, pitrou, vinay.sajip
Date 2013-11-04.19:55:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383594918.2883.4.camel@fsol>
In-reply-to <1383594533.65.0.728302734815.issue18345@psf.upfronthosting.co.za>
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.

But can I pass the file owner in the config dict?
History
Date User Action Args
2013-11-04 19:55:20pitrousetrecipients: + pitrou, vinay.sajip, Claudiu.Popa
2013-11-04 19:55:20pitroulinkissue18345 messages
2013-11-04 19:55:20pitroucreate