silenced default output of ovnkube-lib.sh and made it ENV dependning instead
on ~12 days running pods the amount of logs procuded is fairly high
$ oc -n openshift-ovn-kubernetes get po -l app=ovnkube-node NAME READY STATUS RESTARTS AGE ovnkube-node-464zd 8/8 Running 8 12d ovnkube-node-9rrtb 8/8 Running 8 12d ... $ oc -n openshift-ovn-kubernetes logs $(oc -n openshift-ovn-kubernetes get po -l app=ovnkube-node -oname | head -1) ovn-acl-logging | wc -l 431762
unfortunately those logs are not helpful as they are bash's Print a trace of simple commands output only.
With cloning the set -x behavior form ovnkube.sh the PR makes the output ENV controll able reducing logs in the default setup.
- links to