Bill Lipa <d...@masterleep.com> wrote:
> Hello,
> 
> Is there a recommended way to run unicorn under systemd and get its
> stdout/err to go to journald rather than into a file on disk?  I
> prefer to minimize the number of places I have to look for errors.

Remove the stdout_path and stderr_path directives from the
config file.

unicorn won't change stdout/stderr by default, so journald
should pick up anything that goes there.

Admittedly, I haven't gotten around to trying journald, just
systemd + syslog.  That combo handles stdout/stderr fine.

> Thank you!

No problem :>
--
unsubscribe: unicorn-public+unsubscr...@bogomips.org
archive: https://bogomips.org/unicorn-public/

Reply via email to