Hi! Here's my Unixtime-Patch again, this time against syslog-ng-1.5.15. Balazs, I understand that you don't have much time, but please tell me what you think of it and if you will include it in 1.5.16, or why you won't. Also, I would like to have an option do define one or more default templates, perhaps like this: template t_unixtime { "$S_UNIXTIME $R_UNIXTIME $SOURCEIP $HOST $MSG\n" }; template t_isotime { "$S_ISOTIME $R_ISOTIME $SOURCEIP $HOST $MSG\n" }; destination d_foo { file("foo.log"); template(t_unixtime); }; destination d_bar { file("bar.log"); template(t_unixtime); }; destination d_human-readable { file("human-readable.log"); template(t_isotime); }; How can I do this? Could you help me implementing it? Greetings Gert