emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New (only?) extensible logging package for Emacs


From: Matúš Goljer
Subject: Re: New (only?) extensible logging package for Emacs
Date: Mon, 13 Mar 2023 14:23:16 +0100

>>> In my case I'd love to feed logs into journald.
>>
>> What unit would it log to though?  Or can journald also ingest logs for
>> non-unit source?  Since I imagine not many people run Emacs as a systemd
>> service.  I'm not very knowledgable about this stuff :grin:
>
> IIUC, Emacs may connect(2) to the unix socket "/dev/log" on systmed
> systems for journald integration.
>

Cool, I just tried

  echo 'test' | nc -u -U /dev/log

and it pops up in `journalctl`.  I'll add an appender for this, should
be somewhat simple.

-- 
Best regards,
  Matúš Goljer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]