aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-10-10 22:32:19 +0100
committerGravatar GitHub <noreply@github.com> 2018-10-10 22:32:19 +0100
commitc8fb66f8cc60ff17b916b033982c5491f23cdcc9 (patch)
tree6cc9346bf8d0956b54273ccb875c22133b54e7ce /plugin
parent974ed086f25ad45a01947e276e2eb8aa73d007a3 (diff)
downloadcoredns-c8fb66f8cc60ff17b916b033982c5491f23cdcc9.tar.gz
coredns-c8fb66f8cc60ff17b916b033982c5491f23cdcc9.tar.zst
coredns-c8fb66f8cc60ff17b916b033982c5491f23cdcc9.zip
Revert "plugin/log: Change time format to be consistent with pkg/log (#2135)" (#2179)
This reverts commit ae2a0c62b71f18e594bc5565b00fb8a4d6ef44fc.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/pkg/replacer/replacer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/pkg/replacer/replacer.go b/plugin/pkg/replacer/replacer.go
index 428bbca92..b9e1fcaa6 100644
--- a/plugin/pkg/replacer/replacer.go
+++ b/plugin/pkg/replacer/replacer.go
@@ -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 = "{>"
)