syslog: have syslog generate timestamps (#1585)

This is the more elegant solution to #1579.
This commit is contained in:
Jimmy Zelinskie 2016-06-27 14:35:12 -04:00
parent ab1756306b
commit 2b84888c2f
18 changed files with 18 additions and 52 deletions

View file

@ -8,7 +8,7 @@
# First, set some global options.
options { chain_hostnames(off); flush_lines(0); use_dns(no); use_fqdn(no);
owner("root"); group("adm"); perm(0640); stats_freq(0);
bad_hostname("^gconfd$");
bad_hostname("^gconfd$"); keep-timestamp(no);
};
########################