Skip to content

Commit

Permalink
getting rid of uneeded logging in ux
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislovecnm committed Sep 24, 2017
1 parent f6d11b5 commit 9754d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/template_functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (tf *TemplateFunctions) DnsControllerArgv() ([]string, error) {
if tf.cluster.Spec.ExternalDNS == nil {
argv = append(argv, []string{"--watch-ingress=false"}...)

glog.Infoln("watch-ingress=false set on dns-controller")
glog.V(4).Infof("watch-ingress=false set on dns-controller")
} else {
// @check if the watch ingress is set
var watchIngress bool
Expand Down

0 comments on commit 9754d2e

Please sign in to comment.