Skip to content

Commit

Permalink
Change missing secret name log level to V(3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmoraisjr committed Jul 27, 2017
1 parent ce5e399 commit 4453a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pkg/ingress/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ func (ic *GenericController) createServers(data []interface{},
}

if tlsSecretName == "" {
glog.Warningf("host %v is listed on tls section but secretName is empty. Using default cert", host)
glog.V(3).Infof("host %v is listed on tls section but secretName is empty. Using default cert", host)
servers[host].SSLCertificate = defaultPemFileName
servers[host].SSLPemChecksum = defaultPemSHA
continue
Expand Down

0 comments on commit 4453a06

Please sign in to comment.