9 Feb
2008
9 Feb
'08
12:41 a.m.
On Feb 8, 2008 6:27 AM, Balazs Scheidler <bazsi@balabit.hu> wrote:
As I wrote earlier I'm in the process of redesigning syslog-ng internals, and some log statement flags are way more difficult to implement than with the previous model.
These are: "final" -- I see the merit here, and even though it's more difficult to implement, it's worth it
We use ' flags(final);' all over the place, along with a few 'flags(catchall);' statements. I can see where fallback could be useful, yet never had a reason to use it in production. Kevin