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

This commit is contained in:
Eugen Kleiner 2018-09-27 09:52:08 +03:00 committed by Miek Gieben
parent 8148408301
commit ae2a0c62b7

View file

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