mirror of https://github.com/k3s-io/k3s
make kube-proxy.log less verbose.
parent
f398fd2084
commit
4aac47c31d
|
@ -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.
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue