Files
coredns/plugin/pkg
Miek Gieben 2456416444 logging: unify pkg/log and plugin/log (#2245)
Default to using pkg/log for all logging and use a fixed time prefix
which is RFC3339Millli (doesn't exist in time, so we just extended
RFC3339), i.e. Nano might be pushing it.

Logs go from:

2018/10/30 19:14:55 [INFO] CoreDNS-1.2.5
2018/10/30 19:14:55 [INFO] linux/amd64, go1.11,

to:

2018-10-30T19:10:07.547Z [INFO] CoreDNS-1.2.5
2018-10-30T19:10:07.547Z [INFO] linux/amd64, go1.11,

Which includes the timezone - which oddly the std log package doesn't
natively do.

Signed-off-by: Miek Gieben <miek@miek.nl>
2018-10-31 21:32:23 +00:00
..
2018-08-14 08:55:55 -07:00
2018-09-19 08:16:04 +01:00
2017-09-14 09:36:06 +01:00
2017-09-14 09:36:06 +01:00
2018-09-19 08:16:04 +01:00
2018-08-21 11:52:25 -04:00
2018-08-14 08:55:55 -07:00
2018-09-19 08:16:04 +01:00
2018-08-14 08:55:55 -07:00