CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/10/04 16:09:21
Modified files: usr.sbin/syslogd: syslogd.8 syslogd.c Log message: When doing global remote logging and archiving, it is inconvenient that the syslog timestamp does not contain the year and the timezone, but has local time with daylight saving time. Now with -Z syslogd(8) switches to RFC 5424 ISO format for timestamps. Then all logging is also done in UTC. Default is to keep local time and BSD syslog RFC 3164 format. BIG BIG BIG OK for the feature ajacoutot@; OK deraadt@