make kube-proxy.log less verbose.

pull/6/head
Dawn Chen 2015-02-02 11:05:55 -08:00
parent f398fd2084
commit 4aac47c31d
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ func (runner *runner) run(op operation, args []string) ([]byte, error) {
iptablesCmd := runner.iptablesCommand()
fullArgs := append([]string{string(op)}, args...)
glog.V(1).Infof("running iptables %s %v", string(op), args)
glog.V(4).Infof("running iptables %s %v", string(op), args)
return runner.exec.Command(iptablesCmd, fullArgs...).CombinedOutput()
// Don't log err here - callers might not think it is an error.
}