[docs] [issue27837] Logging Cookbook Improvement

Vinay Sajip report at bugs.python.org
Tue Aug 23 10:31:31 EDT 2016


Vinay Sajip added the comment:

I specifically wanted to illustrate a separate listener process - the purpose here is not to show what might be the most efficient code, but to show communication via a queue between listener process and worker processes. You've removed this, which defeats the object of this example (for example, there's no QueueListener in your version). So I wouldn't want to implement your proposed change in its current form.

Just to clarify, a diff of the cookbook ought to be a diff of the .rst file rather than just a changed code example within it - a direct comparison needs to be possible in order to see the changes easily in a side-by-side view.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27837>
_______________________________________


More information about the docs mailing list