Syslog-Ng Configuring Multithreading

To enable multithreading globally, use the threaded option: [text] options {threaded(yes) ; }; [/text] To enable multithreading only for a selected source or destination, use the flags(“threaded”) option: [text] source s_tcp_syslog { tcp(ip(127.0.0.1) port(1999) flags(“syslog-protocol”, “threaded”) ); }; [/text]