Revert "plugin/log: Change time format to be consistent with pkg/log (#2135)" (#2179)

This reverts commit ae2a0c62b7.
This commit is contained in:
Miek Gieben 2018-10-10 22:32:19 +01:00 committed by GitHub
parent 974ed086f2
commit c8fb66f8cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -164,6 +164,6 @@ func addrToRFC3986(addr string) string {
}
const (
timeFormat = "2006/01/02 15:04:05"
timeFormat = "02/Jan/2006:15:04:05 -0700"
headerReplacer = "{>"
)