Open Jimmy-Z opened 5 years ago
I had the same question. So far I've found that:
There is most likely much more to this. I think ideally, for me, supervise-daemon would gain output_logger and error_logger support.
@boardwalk I'm running into the same issue -- wishing supervise-daemon supported output_logger
/ error_logger
. Have you found out anything further?
@agelwarg I landed on using supervise-daemon with output_log
/ error_log
(e.g. plain log files) and setting up logrotate. I didn't really need things to go to syslog in the end (I don't need to do off-box log aggregation or anything -- even if I did there are agents that can watch files).
@boardwalk Makes sense and I’m sorta arriving at the same solution. Thanks.
I've tried to use s6 but failed, I'll open another issue for this.
supervise-daemon works for me, but I wonder what's the current status? I see no mentioning of "experimental" in supervise-daemon-guide.md but openrc-run man page still says so.
runit is not even mentioned in openrc-run man page.