Jelajahi Sumber

Merge pull request #5338 from gyuho/proxy_log

httpproxy: fix capnslog log path
Gyu-Ho Lee 9 tahun lalu
induk
melakukan
62e5ffac13
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      proxy/httpproxy/reverse.go

+ 1 - 1
proxy/httpproxy/reverse.go

@@ -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