[syslog-ng]problem in destination string

Askhat Gabdulov gabdulov@itu.edu.tr
Fri, 21 Sep 2001 18:01:35 +0300


Hi

i try to post log messages to another server
for this i add in config file :
destination d_mesg { tcp(ip(xxx.xxx.x.xx) port(6969);
max-connections(10)); };

but when i run syslog-ng daemon i get
parse error at line that wrote

i try :
destination d_mesg { tcp(ip(xxx.xxx.x.xx) port(6969); };

and i get match error

what is wrong?