Debug update
This commit is contained in:
parent
68e6e3ef55
commit
8394feaec7
@ -2,6 +2,7 @@ package consul
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"net/http"
|
||||
"strconv"
|
||||
"time"
|
||||
@ -60,6 +61,7 @@ func NewService(servAddr, id, name, useDomainOverIp, addr, domain, pathPrefix st
|
||||
|
||||
func newClientConfig(serverAddr string) *consul.Config {
|
||||
conf := consul.DefaultConfig()
|
||||
log.Printf("Setting consul server addr: %s", serverAddr)
|
||||
conf.Address = serverAddr
|
||||
|
||||
return conf
|
||||
|
Loading…
Reference in New Issue
Block a user