mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 19:35:41 +03:00
add logger back
This commit is contained in:
committed by
Michael Schurter
parent
a203689bbc
commit
9fd0ba1df6
@@ -240,6 +240,7 @@ func NewClient(cfg *config.Config, consulCatalog consul.CatalogAPI, consulServic
|
||||
connPool: pool.NewPool(logger, clientRPCCache, clientMaxStreams, tlsWrap),
|
||||
tlsWrap: tlsWrap,
|
||||
streamingRpcs: structs.NewStreamingRpcRegistry(),
|
||||
logger: logger,
|
||||
rpcLogger: logger.Named("rpc"),
|
||||
allocs: make(map[string]AllocRunner),
|
||||
allocUpdates: make(chan *structs.Allocation, 64),
|
||||
|
||||
Reference in New Issue
Block a user