Why does cups-s6 includes the cupsd-log service? 02 December 2020, 22:01:48 Every <program>-s6 package adds two directories on /etc/s6/sv, <program>-srv and <program>-log. However, CUPS has its own logging system and it will automatically log print events and access errors to files inside /var/log/cups, whereas the cupsd-log service creates /var/log/cupsd, which remains empty. Why does the cups-s6 package include the cupsd-log service? Does cupsd ever write to stdout so that it can be logged by that service? Last Edit: 02 December 2020, 22:09:21 by goll
Re: Why does cups-s6 includes the cupsd-log service? Reply #1 – 03 December 2020, 01:50:21 Quote from: goll – on 02 December 2020, 22:01:48Why does the cups-s6 package include the cupsd-log service?Because I was just mass adding a bunch of stuff at once without really thinking much about it. You're right that it's pointless though. It logs literally nothing. I'll remove it soon.
Re: Why does cups-s6 includes the cupsd-log service? Reply #2 – 03 December 2020, 16:03:12 Should be gone now.