[syslog-ng] Embedded log statements performance

Anton Koldaev koldaevav at gmail.com
Thu Dec 6 00:49:43 CET 2012


Which way is faster:

1.
log { source(s_localhost); message("example1"); destination(d_file1);
flags(final);
                    log {message("example2"); destination(d_file2); };
};

OR

2.
log { source(s_localhost); message("example1"); destination(d_file1);
flags(final);};
log { source(s_localhost); message("example2"); destination(d_file2);
flags(final);};



-- 
Best regards,
Koldaev Anton
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.balabit.hu/pipermail/syslog-ng/attachments/20121206/24579eca/attachment.htm 


More information about the syslog-ng mailing list