https://bugzilla.balabit.com/show_bug.cgi?id=172 Balazs Scheidler <bazsi@balabit.hu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frobert@balabit.hu --- Comment #1 from Balazs Scheidler <bazsi@balabit.hu> 2012-04-16 11:20:03 --- Like discussed on the mailing list, I feel this is a documentation bug. The current behaviour is correct. You can however change the timestamp used by using a custom template, either defined globally or at the destination. e.g.: template t_isostamp { template("$ISODATE $HOST $MSGHDR$MSG\n"); }; options { proto-template(t_isostamp); }; OR: destination d_tcp { tcp("1.2.3.4" template("$ISODATE $HOST $MSGHDR$MSG\n")); }; Robi, can you please update this in the documentation? Thanks. -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.