]> Frank Brehm's Git Trees - config/uhu1/etc.git/commitdiff
Changed timestamp format in syslog-ng
authorFrank Brehm <frank@brehm-online.com>
Thu, 26 Jan 2012 12:10:00 +0000 (13:10 +0100)
committerFrank Brehm <frank@brehm-online.com>
Thu, 26 Jan 2012 12:10:00 +0000 (13:10 +0100)
syslog-ng/syslog-ng.conf

index cd61378369ce0c1bd7bd21297951b2c5dbb7f32c..2286f6d3122494a47a1f99eda82c7bc1e7fceee3 100644 (file)
@@ -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 {