I want to change kube-apiserver log level use --v parameter , I checked all the documents, and none of them gave the value range of this parameter.
Check the code, the value is int32 type, I tried to fill in 0, 1, 2, and even 9999, all can pass the verification and start kube-apiserver normally.
So I want to know what is the value range of this parameter.Is the value 9999 really meaningful?