I was reading through the documentation, and noticed that in some examples the log statements are named:
log demo_filteredlog {
source(s1);
filter(demo_filter);
destination(d1);};
When I tried using this method in my config file, syslog-ng fails to start. Is this method supported or is this just an oversight with the documentation?