We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df11012 commit 8db7693Copy full SHA for 8db7693
Doc/library/logging.handlers.rst
@@ -629,6 +629,12 @@ supports sending logging messages to a remote or local Unix syslog.
629
application needs to run on several platforms). On Windows, you pretty
630
much have to use the UDP option.
631
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
638
.. versionchanged:: 3.2
639
*socktype* was added.
640
0 commit comments