use the prefix logger for client, server and proxy

This commit is contained in:
Marten Seemann
2018-03-31 14:25:05 +07:00
parent d06957b8d8
commit 6b82e46e0c
5 changed files with 5 additions and 5 deletions

View File

@@ -77,7 +77,7 @@ func newClient(
opts: opts,
headerErrored: make(chan struct{}),
dialer: dialer,
logger: utils.DefaultLogger,
logger: utils.DefaultLogger.WithPrefix("client"),
}
}