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 enigma, r.david.murray, vinay.sajip
Date 2009-10-09.12:03:05
SpamBayes Score 1.6584761e-05
Marked as misclassified No
Message-id <135596.64450.qm@web25808.mail.ukl.yahoo.com>
In-reply-to <1255050832.92.0.0385139618703.issue7086@psf.upfronthosting.co.za>
Content
Which syslog daemon are you using? There are some issues pending with syslog-ng and Python logging (see issue6444) and in general syslog over TCP is not necessarily all that reliable, see

http://blog.gerhards.net/2008/04/on-unreliability-of-plain-tcp-syslog.html

The requested change is not difficult to make, but it will be difficult for me to test because in general end-to-end testing for network APIs is not there in the standard regression test suite, and I don't have a setup where I can test it independently. So I'm sorry to say I will not be able to give this a very high priority at the moment (unless another committer can test this).

Just curious (as no one has asked for this before) why you're using TCP, given that it doesn't eliminate message loss and it is slower and has less support than UDP?
History
Date User Action Args
2009-10-09 12:03:06vinay.sajipsetrecipients: + vinay.sajip, r.david.murray, enigma
2009-10-09 12:03:05vinay.sajiplinkissue7086 messages
2009-10-09 12:03:05vinay.sajipcreate