https://bugzilla.balabit.com/show_bug.cgi?id=4 Balazs Scheidler <bazsi@balabit.hu> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution| |FIXED Status|REOPENED |RESOLVED --- Comment #4 from Balazs Scheidler <bazsi@balabit.hu> 2007-12-20 10:26:47 --- syslog-ng converts timestamps to a uniform format, BSD by default, which has no year information. If you want year in your messages change the timestamp format either by using the ts_format() option or by using a custom template. ts_format(iso) in your global options should do the trick. The information that syslog-ng "removes" is the hostname, that you requested to be rewritten using an IP address. If you want to keep the hostname use keep_hostname(no). So, I still think this problem is fixed, but feel free to reopen if you disagree. -- Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.