Hi,
My syslog-ng config location is is /apps/syslog-ng/etc/
I want to include all *.conf under /apps/syslog-ng/etc/include/
How do i do that ? I've tried following :
1. @include "include/" < This works but I want to restrict it to .conf only
2. @include "/apps/syslog-ng/etc/include/*.conf" < DOESN'T WORK
3. include "/apps/syslog-ng/etc/include/*.conf" < DOESN'T WORK
Regards,
Sagar Naravane