coredns/plugin/pkg
Miek Gieben 12b2ff9740
Use logging (#1718)
* update docs

* plugins: use plugin specific logging

Hooking up pkg/log also changed NewWithPlugin to just take a string
instead of a plugin.Handler as that is more flexible and for instance
the Root "plugin" doesn't implement it fully.

Same logging from the reload plugin:

.:1043
2018/04/22 08:56:37 [INFO] CoreDNS-1.1.1
2018/04/22 08:56:37 [INFO] linux/amd64, go1.10.1,
CoreDNS-1.1.1
linux/amd64, go1.10.1,
2018/04/22 08:56:37 [INFO] plugin/reload: Running configuration MD5 = ec4c9c55cd19759ea1c46b8c45742b06
2018/04/22 08:56:54 [INFO] Reloading
2018/04/22 08:56:54 [INFO] plugin/reload: Running configuration MD5 = 9e2bfdd85bdc9cceb740ba9c80f34c1a
2018/04/22 08:56:54 [INFO] Reloading complete

* update docs

* better doc
2018-04-22 21:40:33 +01:00
..
cache plugin/pkg/cache: smarter locking (#1164) 2017-10-23 17:24:48 +01:00
dnstest dnstest: add multirecorder (#1326) 2017-12-22 08:54:27 +00:00
dnsutil Rename reverse zone constants (#1568) 2018-02-28 08:43:19 -08:00
edns Remove the word middleware (#1067) 2017-09-14 09:36:06 +01:00
fall pkg/fall: make Zero and Root vars not funcs (#1367) 2018-01-09 22:29:19 +00:00
fuzz all: fix plugin import ordering (#1717) 2018-04-22 08:34:35 +01:00
healthcheck adding sequential policy to forward plugin (#1704) 2018-04-20 07:07:58 +01:00
log Use logging (#1718) 2018-04-22 21:40:33 +01:00
nonwriter Remove the word middleware (#1067) 2017-09-14 09:36:06 +01:00
parse doc: some function/vars/const/package level updates (#1558) 2018-02-23 15:02:05 +00:00
rcode doc: some function/vars/const/package level updates (#1558) 2018-02-23 15:02:05 +00:00
replacer plugin/log: log remote port addr as well (#1573) 2018-02-28 18:15:12 -08:00
response Type.extra (#1538) 2018-02-17 19:45:52 +01:00
singleflight Remove the word middleware (#1067) 2017-09-14 09:36:06 +01:00
tls Remove the word middleware (#1067) 2017-09-14 09:36:06 +01:00
trace Remove the word middleware (#1067) 2017-09-14 09:36:06 +01:00
up pkg/up: stop *all* goroutines (#1676) 2018-04-13 16:01:12 +01:00
upstream plugin/kubernetes: Add upstream @self and loop count (#1484) 2018-02-14 21:11:26 +01:00