Commit ae2a0c62 authored by Eugen Kleiner's avatar Eugen Kleiner Committed by Miek Gieben

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

parent 81484083
...@@ -164,6 +164,6 @@ func addrToRFC3986(addr string) string { ...@@ -164,6 +164,6 @@ func addrToRFC3986(addr string) string {
} }
const ( const (
timeFormat = "02/Jan/2006:15:04:05 -0700" timeFormat = "2006/01/02 15:04:05"
headerReplacer = "{>" headerReplacer = "{>"
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment