Skip to content

Commit 8db7693

Browse files
authored
gh-91070: Add note about SysLogHandler on macOS 12.x (Monterey). (GH-94803)
1 parent df11012 commit 8db7693

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/library/logging.handlers.rst

+6
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,12 @@ supports sending logging messages to a remote or local Unix syslog.
629629
application needs to run on several platforms). On Windows, you pretty
630630
much have to use the UDP option.
631631

632+
.. note:: On macOS 12.x (Monterey), Apple has changed the behaviour of their
633+
syslog daemon - it no longer listens on a domain socket. Therefore, you cannot
634+
expect :class:`SysLogHandler` to work on this system.
635+
636+
See :gh:`91070` for more information.
637+
632638
.. versionchanged:: 3.2
633639
*socktype* was added.
634640

0 commit comments

Comments
 (0)