Re: A better method than daisy-chaining logging files?

2019-05-31 Thread Brett Neumeier
On Fri, May 31, 2019 at 4:21 AM Laurent Bercot wrote: > >I just attempted to link an apache24 instance to its log files via a > >bundle, which isn't acceptable to s6-rc-compile. > My advice is to use s6-rc's producer/consumer mechanism for one > of the log streams, and use a named pipe for the

Re: A better method than daisy-chaining logging files?

2019-05-31 Thread Laurent Bercot
I just attempted to link an apache24 instance to its log files via a bundle, which isn't acceptable to s6-rc-compile. The approach attempted was to chain: 1. apache24 (longrun) and is a producer-for apache24-log 2. apache24-log (bundle) is a consumer-for apache24, with contents, the following,