> On 14 Nov 2024, at 14:07, Loris Bennett via Python-list 
> <python-list@python.org> wrote:
> 
> I don't quite understand what your suggestion is.  Do you mean that I
> should log to stderr and then run my program as
> 
>  my_program ... 2>&1 | logger

On almost all Linux distros you would run a long running program as a systemd 
service and let it put logs into the journal. I wonder if that was what was 
being hinted at?

Barry


-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to