> On 6 Mar 2022, at 19:38, Peter J. Holzer wrote:
>
> On 2022-03-06 18:28:59 +0100, Peter J. Holzer wrote:
>>> On 2022-03-05 16:25:38 +, Barry Scott wrote:
>>> Using the syslog() function means that any platform/distro details are
>>> hidden from the user of syslog() and as is the case of
On 2022-03-06 18:28:59 +0100, Peter J. Holzer wrote:
> On 2022-03-05 16:25:38 +, Barry Scott wrote:
> > Using the syslog() function means that any platform/distro details are
> > hidden from the user of syslog() and as is the case of macOS it
> > "just works".
>
> That doesn't seem to be case.
On 2022-03-05 16:25:38 +, Barry Scott wrote:
> On 4 Mar 2022, at 21:23, Peter J. Holzer wrote:
> > If you are saying that SysLogHandler should use a system specific
> > default (e.g. "/dev/log" on Linux) instead of UDP port 514 everywhere, I
> > agree 99 % (the remaining 1 % is my contrarian a
> On 4 Mar 2022, at 21:23, Peter J. Holzer wrote:
>
> On 2022-02-28 22:05:05 +, Barry Scott wrote:
>> On 28 Feb 2022, at 21:41, Peter J. Holzer wrote:
>>> On 2022-02-27 22:16:54 +, Barry wrote:
I have always assumed that if I want a logger syslog handler that I would
have
>
On 2022-02-28 22:05:05 +, Barry Scott wrote:
> On 28 Feb 2022, at 21:41, Peter J. Holzer wrote:
> > On 2022-02-27 22:16:54 +, Barry wrote:
> >> I have always assumed that if I want a logger syslog handler that I would
> >> have
> >> to implement it myself. So far I have code that uses sys
Grabbing latest python that does work. Good we're about to get out of the
stone ages a bit here.
So findings:
Syslog - works in 3.10, broken against monterey in 3.6.
Logging.Handlers.Sysloghandler - is broken in both against Monterey.
Will bug it for the tracker. Thanks for the feedback.
On
> On 3 Mar 2022, at 03:01, Philip Bloom wrote:
>
> I'm probably asking on the wrong list, and probably should bother wherever
> apple's ASL experts live for changes in monterey. Guess nobody else is
> seeing this?
>
> The same exact code is working just fine on OSX Big Sur, but on OSX Mont
I'm probably asking on the wrong list, and probably should bother wherever
apple's ASL experts live for changes in monterey. Guess nobody else is
seeing this?
The same exact code is working just fine on OSX Big Sur, but on OSX
Monterey it doesn't work at all. Users that haven't updated are havi
> On 28 Feb 2022, at 21:41, Peter J. Holzer wrote:
>
> On 2022-02-27 22:16:54 +, Barry wrote:
>> If you look at the code of the logging modules syslog handle you will see
>> that
>> it does not use syslog. It’s assuming that it can network to a syslog
>> listener.
>> Such a listener is no
On 2022-02-27 22:16:54 +, Barry wrote:
> If you look at the code of the logging modules syslog handle you will see that
> it does not use syslog. It’s assuming that it can network to a syslog
> listener.
> Such a listener is not running on my systems as far as I know.
>
> I have always assume
> On 27 Feb 2022, at 18:36, Philip Bloom via Python-list
> wrote:
>
> Hello,
>
> First time mailing and looking for help/guidance. Hopefully not too in the
> wrong place.
>
> We've had an app with logging to a /var/log for many years through
> logging.sysloghandler. Recently, though, I no
On Sun, 27 Feb 2022 14:17:39 -0500, Dennis Lee Bieber
declaimed the following:
APOLOGIES -- I thought I KILLED the draft message, not sent it...
--
Wulfraed Dennis Lee Bieber AF6VN
wlfr...@ix.netcom.comhttp://wlfraed.microdiversity.freeddns.o
Thanks. Had tried it with no address, which defaults to ('localhost',
'514') as well as address='/var/run/syslog' which had been working
previously, and the doc recommends as:
For example, on Linux it’s usually ‘/dev/log’ but on OS/X it’s
‘/var/run/syslog’. You’ll need to check your platform and u
On Sun, 27 Feb 2022 08:34:21 -0800, Philip Bloom
declaimed the following:
>
>sys_handler = SysLogHandler(address='/var/run/syslog')
As I read the documentation, the address is supposed to be the NETWORK
address of the machine to receive the log messages...
https://docs.python.org/3/libr
Hello,
First time mailing and looking for help/guidance. Hopefully not too in the
wrong place.
We've had an app with logging to a /var/log for many years through
logging.sysloghandler. Recently, though, I noticed that it suddenly was
getting no logs whatsoever over there and investigated, belie
15 matches
Mail list logo