Stop believing the client timestamp on log servers
authorTollef Fog Heen <tfheen@err.no>
Mon, 18 Feb 2013 20:29:50 +0000 (21:29 +0100)
committerTollef Fog Heen <tfheen@err.no>
Mon, 18 Feb 2013 20:29:59 +0000 (21:29 +0100)
modules/syslog-ng/templates/syslog-ng.conf.erb

index f2486d7..bd9da2a 100644 (file)
@@ -91,6 +91,9 @@ options {
        bad_hostname("^gconfd$");
 
        keep_hostname(no);
+
+       # We believe our own clock more than we believe the client clock.
+       keep_timestamp(no)
 };