Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51216d commit 888054aCopy full SHA for 888054a
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