X Tutup

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 ronaldoussoren
Recipients ned.deily, pbloom, ronaldoussoren, vinay.sajip
Date 2022-03-03.20:43:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646340233.64.0.531616545545.issue46914@roundup.psfhosted.org>
In-reply-to
Content
This is probably not a bug in python, but a change in system behaviour.

In particular, I've used the lsof command to check the open files for the syslogd proces on a macOS 10.13 and 12.2 system. On the former syslogd has /var/run/syslog open, on the latter it doesn't.

The feature to listen on this socket has been removed entirely, the 12.2 system no longer lists a "-bsd_in" option for syslogd in the manual page whereas it is both available and enabled by default on 10.13.

It might be possible to change the SyslogHandler to optionally use the syslog module to log, but I'm not sure it is worth doing this and that would definitely be a new feature.
History
Date User Action Args
2022-03-03 20:43:53ronaldoussorensetrecipients: + ronaldoussoren, vinay.sajip, ned.deily, pbloom
2022-03-03 20:43:53ronaldoussorensetmessageid: <1646340233.64.0.531616545545.issue46914@roundup.psfhosted.org>
2022-03-03 20:43:53ronaldoussorenlinkissue46914 messages
2022-03-03 20:43:53ronaldoussorencreate
X Tutup