[syslog-ng]Template configuration problem

Jan-Peter Koopmann syslog-ng@lists.balabit.hu
Tue, 1 Apr 2003 14:26:01 +0200


Hi,

I am having serious trouble with templates. This is what I have in my
syslog-ng.conf

destination test {
        file ("test"
                template("$ISODATE $HOST $MSG\n")
                template_escape(yes)
        );
};

I always get a parse error in the=20

                template("$ISODATE $HOST $MSG\n")

line. I am running the FreeBSD port of syslog-ng version 1.6.0rc1.

What is the problem? I have these options set:

options { long_hostnames(on);
          sync(0);
          use_time_recvd(yes);
          use_dns(yes);
          keep_hostname(no);
          chain_hostnames(no);
          use_fqdn(yes);
          gc_busy_threshold(768);
          time_reap(12);
          time_reopen(10);
          create_dirs(yes);
        };


Thanks,
  JP