Skip to content
Snippets Groups Projects
Unverified Commit 147b8312 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

[3.10] gh-91070: Add note about SysLogHandler on macOS 12.x (Monterey). (GH-94803) (GH-96261)

parent 979a3b8c
No related branches found
No related tags found
No related merge requests found
......@@ -629,6 +629,12 @@ supports sending logging messages to a remote or local Unix syslog.
application needs to run on several platforms). On Windows, you pretty
much have to use the UDP option.
.. note:: On macOS 12.x (Monterey), Apple has changed the behaviour of their
syslog daemon - it no longer listens on a domain socket. Therefore, you cannot
expect :class:`SysLogHandler` to work on this system.
See :gh:`91070` for more information.
.. versionchanged:: 3.2
*socktype* was added.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment