forked from quic-go/quic-go
use the prefix logger for client, server and proxy
This commit is contained in:
@@ -77,7 +77,7 @@ func newClient(
|
||||
opts: opts,
|
||||
headerErrored: make(chan struct{}),
|
||||
dialer: dialer,
|
||||
logger: utils.DefaultLogger,
|
||||
logger: utils.DefaultLogger.WithPrefix("client"),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user