Suppose there are several services, and I want their log (complete or only those fulfilling certain conditions) to be combined, for example in the following scenarios:
* Those services are low-volumed (eg. getty's). * Some important part of these logs are combined to allow a sysadmin to have a quick impression of alerts (eg. security-related messages from SSH and VPN). I understand that daemontools-like frameworks do hard to separate logs from different services, but I think it is sometimes more pragmatic to allow controlled mixing of logs. So, is there a neat way to do this, without using `logger -t $servname' and a syslogd? -- My current OpenPGP key: RSA4096/0x227E8CAAB7AA186C (expires: 2020.10.19) 7077 7781 B859 5166 AE07 0286 227E 8CAA B7AA 186C
