I need to log to the journal with custom tags from a service that only
supports logging to syslog without any customization or logging to a
file.
On Linux if you know the ProcessID then use "/proc/$PID/fd/2" .
--
___
systemd-devel mailing list
systemd
Hi,
I need to log to the journal with custom tags from a service that only
supports logging to syslog without any customization or logging to a
file. I cannot use /dev/stderr as the logging is done from a child
process that the main service process starts with /dev/stderr
redirected. I worked arou