[syslog-ng]What's wrong with my syntax?

Adam syslog-ng@lists.balabit.hu
Thu, 4 Mar 2004 18:14:40 -0500


Using Syslog 1.4.17. Can't work out why this is incorrect syntax.

destination testlog {
file("/var/log/testlog"
template("$MONTH-$DAY-$YEAR $HOUR:$MIN:$SECOND $HOST $LEVEL $MSG")
);
};

Commenting out the template line causes it to run fine, yet this looks
exactly like the syntax I see in the samples and documentation?