coredns/middleware
Yong Tang 953cfc1de4 Remove lumberjack logger (#257)
* Removed lumberjack from coremain

As is mentioned in 251, this fix removed lumberjack from coremain.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Remove lumberjack from log middleware

As mentioned in 251, lumberjack is not suitable for applications like CoreDNS
so it is removed from the log middleware.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Update log/README.md as lumberjack has been removed

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Adjust default log output from `ioutil.Discard` to `os.Stdout`

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-09-16 15:50:16 +01:00
..
bind Startup notification (#250) 2016-09-10 09:16:25 +01:00
cache Startup notification (#250) 2016-09-10 09:16:25 +01:00
chaos Startup notification (#250) 2016-09-10 09:16:25 +01:00
dnssec Startup notification (#250) 2016-09-10 09:16:25 +01:00
errors Remove lumberjack logger (#257) 2016-09-16 15:50:16 +01:00
etcd Startup notification (#250) 2016-09-10 09:16:25 +01:00
file Startup notification (#250) 2016-09-10 09:16:25 +01:00
health Startup notification (#250) 2016-09-10 09:16:25 +01:00
kubernetes Startup notification (#250) 2016-09-10 09:16:25 +01:00
loadbalance Cleanup: put middleware helper functions in pkgs (#245) 2016-09-07 11:10:16 +01:00
log Remove lumberjack logger (#257) 2016-09-16 15:50:16 +01:00
metrics Startup notification (#250) 2016-09-10 09:16:25 +01:00
pkg Remove lumberjack logger (#257) 2016-09-16 15:50:16 +01:00
pprof Startup notification (#250) 2016-09-10 09:16:25 +01:00
proxy Startup notification (#250) 2016-09-10 09:16:25 +01:00
rewrite Startup notification (#250) 2016-09-10 09:16:25 +01:00
secondary Startup notification (#250) 2016-09-10 09:16:25 +01:00
test Fix TestStubLookup and TestLookup (#213) 2016-08-14 12:57:49 -06:00
middleware.go Startup notification (#250) 2016-09-10 09:16:25 +01:00
middleware_test.go Use context.Context 2016-03-19 07:32:50 +00:00
normalize.go Add tests for normalize.go 2016-09-07 12:55:41 +00:00
normalize_test.go Add tests for normalize.go 2016-09-07 12:55:41 +00:00