consul fixes
This commit is contained in:
@@ -120,7 +120,7 @@ func (s *Service) InitHealthChecks() {
|
||||
func (s *Service) Connect() (*connect.Service, error) {
|
||||
l := hclog.New(&hclog.LoggerOptions{
|
||||
Name: "consul-registry",
|
||||
Level: hclog.Debug,
|
||||
Level: hclog.Trace,
|
||||
})
|
||||
svc, err := connect.NewServiceWithLogger(s.Name, s.client, l)
|
||||
s.connect = svc
|
||||
|
||||
Reference in New Issue
Block a user