From: Frank Brehm Date: Thu, 26 Jan 2012 12:10:00 +0000 (+0100) Subject: Changed timestamp format in syslog-ng X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=8a529fd4684dbf1c388ea767f32b6117705950ed;p=config%2Fuhu1%2Fetc.git Changed timestamp format in syslog-ng --- diff --git a/syslog-ng/syslog-ng.conf b/syslog-ng/syslog-ng.conf index cd61378..2286f6d 100644 --- a/syslog-ng/syslog-ng.conf +++ b/syslog-ng/syslog-ng.conf @@ -15,6 +15,8 @@ options { # people so turn it down to once an hour. Set it to zero # if you don't want the functionality at all. mark_freq(3600); + frac_digits(3); + ts_format(iso); }; source src {