22 Dec
2010
22 Dec
'10
2:35 p.m.
If you have a lot of different apps or logging scenarios that are in parallel to each other like we do here, you can write a "stub" syslog-ng configuration file, and use the include directive to include configurations from a directory such as /etc/syslog-ng.conf.d, or something such.
I was unaware of an include directive. This is fantastic! Though I doubt I'll package it, I'll definitely use this to keep all my configs simple by having a default and then having a syslog-ng.conf.local or something.