GLOG_v environment variable alternative ?
/kind bug
What steps did you take and what happened:
I tried to use the GLOG_v environment variable to change the logging verbosity. However that didn't work.
I was wondering if there is alternative that we can use in klog ?
What did you expect to happen:
Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]
There's nothing in klog which parses env variables.
Note that klog is essentially in feature freeze. If you need this in some specific component that you control, then you can add env variable parsing there.
/triage accepted /assign @pohly
/remove-kind bug /kind support