Antoine Pitrou added the comment:

> 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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18345>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to