From 8a529fd4684dbf1c388ea767f32b6117705950ed Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Thu, 26 Jan 2012 13:10:00 +0100 Subject: [PATCH] Changed timestamp format in syslog-ng --- syslog-ng/syslog-ng.conf | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.39.5