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 LwarX, josm, luke-jr, vinay.sajip
Date 2009-06-22.08:22:27
SpamBayes Score 5.9533954e-06
Marked as misclassified No
Message-id <1245658949.84.0.670763161878.issue1711603@psf.upfronthosting.co.za>
In-reply-to
Content
As the docstring and documentation says, you can use
SysLogHandler("/dev/log") or similar to connect to a local syslog using
Unix domain sockets rather than UDP. Doesn't this work for you?
History
Date User Action Args
2009-06-22 08:22:30vinay.sajipsetrecipients: + vinay.sajip, josm, luke-jr, LwarX
2009-06-22 08:22:29vinay.sajipsetmessageid: <1245658949.84.0.670763161878.issue1711603@psf.upfronthosting.co.za>
2009-06-22 08:22:28vinay.sajiplinkissue1711603 messages
2009-06-22 08:22:27vinay.sajipcreate