Stop believing the client timestamp on log servers
[mirror/dsa-puppet.git] / 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)
 };