diff options
author | 2017-08-12 12:59:28 -0700 | |
---|---|---|
committer | 2017-08-12 20:59:28 +0100 | |
commit | c0d435d4e83f763ba32e082fe382e8a1115650d6 (patch) | |
tree | c01ae7e98f536fca21481ccc591d570c2ac1e847 /middleware/kubernetes/handler.go | |
parent | a6d2d7b5f76f06a6ffe56f3d96b24add133ff8e1 (diff) | |
download | coredns-c0d435d4e83f763ba32e082fe382e8a1115650d6.tar.gz coredns-c0d435d4e83f763ba32e082fe382e8a1115650d6.tar.zst coredns-c0d435d4e83f763ba32e082fe382e8a1115650d6.zip |
Fix log output of the version string. (#910)
Split version string into two, before:
```
2017/08/12 19:43:08 [INFO] CoreDNS-010
linux/amd64, go1.8.3, a6d2d7b5
CoreDNS-010
linux/amd64, go1.8.3, a6d2d7b5
```
After:
```
root@9bd51ffc39aa:/go/src/github.com/coredns/coredns# ./coredns
.:53
2017/08/12 19:12:59 [INFO] CoreDNS-010
2017/08/12 19:12:59 [INFO] linux/amd64, go1.8, a6d2d7b
CoreDNS-010
linux/amd64, go1.8, a6d2d7b
```
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'middleware/kubernetes/handler.go')
0 files changed, 0 insertions, 0 deletions