From d9a51d817ddb916eab235108ae8726120b385a76 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Thu, 25 Aug 2022 08:27:30 +0100 Subject: [PATCH] gh-91070: Add note about SysLogHandler on macOS 12.x (Monterey). (GH-94803) (cherry picked from commit 8db7693bbff55f5ed4bfc194c77c561e71471bf3) Co-authored-by: Vinay Sajip --- Doc/library/logging.handlers.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index 0dc05255db9cb8..f125dfe64a03e8 100644 --- a/Doc/library/logging.handlers.rst +++ b/Doc/library/logging.handlers.rst @@ -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. pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy