glide up
This commit is contained in:
2
vendor/github.com/go-kit/kit/sd/consul/registrar.go
generated
vendored
2
vendor/github.com/go-kit/kit/sd/consul/registrar.go
generated
vendored
@@ -21,7 +21,7 @@ func NewRegistrar(client Client, r *stdconsul.AgentServiceRegistration, logger l
|
||||
return &Registrar{
|
||||
client: client,
|
||||
registration: r,
|
||||
logger: log.With(logger, "service", r.Name, "tags", fmt.Sprint(r.Tags), "address", r.Address),
|
||||
logger: log.NewContext(logger).With("service", r.Name, "tags", fmt.Sprint(r.Tags), "address", r.Address),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user