consul debug

This commit is contained in:
Piotr Biernat 2023-06-30 13:43:33 +02:00
parent dc34531c4f
commit 91eeb6f275

View File

@ -112,7 +112,7 @@ func (s *Service) Connect() (*connect.Service, error) {
s.connect = svc
cnf := svc.ServerTLSConfig()
for k, c := range cnf.Certificates {
fmt.Printf("CONNECT CERT %s: %v", k, c)
fmt.Printf("CONNECT CERT %d: %v", k, c)
}
return svc, err