diff options
author | 2018-11-13 23:22:32 +0000 | |
---|---|---|
committer | 2018-11-13 23:22:32 +0000 | |
commit | 944c3e6a946643194c5003c88ccf6de2ee7b67ba (patch) | |
tree | 8a2289005a81c8ed316354a05c1ae8b9ef4220d8 /plugin/kubernetes/xfr_test.go | |
parent | bb0b60ec812d33f9971e12971ca999f76dd87d52 (diff) | |
download | coredns-944c3e6a946643194c5003c88ccf6de2ee7b67ba.tar.gz coredns-944c3e6a946643194c5003c88ccf6de2ee7b67ba.tar.zst coredns-944c3e6a946643194c5003c88ccf6de2ee7b67ba.zip |
pkg/log: use 000 instead of 999 for the millis (#2303)
999 chops of suffix zero, 000 allows for the milliseconds to be always
printed with 3 chars. This makes the log the printed with the same
columns.
(partial logs below)
2018-11-13T21:13:28.249Z [INFO] [::1]
2018-11-13T21:13:48.414Z [INFO] [::1]
2018-11-13T21:13:49.1Z [INFO] [::1]
vs:
2018-11-13T21:20:22.262Z [INFO] [::1]
2018-11-13T21:20:22.436Z [INFO] [::1]
2018-11-13T21:20:22.608Z [INFO] [::1]
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions