mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
httpproxy: fix capnslog log path
We changed the package path, so log paths needs to be updated as well.
This commit is contained in:
parent
fb65d04291
commit
25d9169e9a
@ -34,7 +34,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
plog = capnslog.NewPackageLogger("github.com/coreos/etcd", "proxy")
|
||||
plog = capnslog.NewPackageLogger("github.com/coreos/etcd/proxy", "httpproxy")
|
||||
|
||||
// Hop-by-hop headers. These are removed when sent to the backend.
|
||||
// http://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user