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?