We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bcaa51 + 269d3ae commit 233ebd6Copy full SHA for 233ebd6
staging/src/k8s.io/dynamic-resource-allocation/kubeletplugin/draplugin.go
@@ -166,8 +166,9 @@ func DriverName(driverName string) Option {
166
}
167
168
169
-// GRPCVerbosity sets the verbosity for logging gRPC calls. Default is 4. A negative
170
-// value disables logging.
+// GRPCVerbosity sets the verbosity for logging gRPC calls.
+// Default is 6, which includes gRPC calls and their responses.
171
+// A negative value disables logging.
172
func GRPCVerbosity(level int) Option {
173
return func(o *options) error {
174
o.grpcVerbosity = level
0 commit comments