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 Andras.Szalai, vinay.sajip
Date 2012-12-13.00:33:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355358838.43.0.281683843667.issue16671@psf.upfronthosting.co.za>
In-reply-to
Content
Why do you think None is a valid value to send for normal operation? Since the queue is only meant for sending logging events (records), it seems reasonable to send None as a sentinel - it should never be seen during operation.

The QueueListener is *supposed* to stop if it sees a None, so don't send those over the queue - just send logging events - until you want to shut the listener down.

You can of course set the sentinel to whatever you want, in your own code, and then send that. The default value of None seems OK to me.

So I don't believe this is a valid issue - marking as such and as pending, and I will close this shortly unless you come back with some more information.
History
Date User Action Args
2012-12-13 00:33:58vinay.sajipsetrecipients: + vinay.sajip, Andras.Szalai
2012-12-13 00:33:58vinay.sajipsetmessageid: <1355358838.43.0.281683843667.issue16671@psf.upfronthosting.co.za>
2012-12-13 00:33:58vinay.sajiplinkissue16671 messages
2012-12-13 00:33:58vinay.sajipcreate