mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-19 07:25:19 +00:00
Fix comment for default gRPC log level in DRA plugin
Signed-off-by: Tsubasa Nagasawa <toversus2357@gmail.com>
This commit is contained in:
@@ -166,8 +166,9 @@ func DriverName(driverName string) Option {
|
||||
}
|
||||
}
|
||||
|
||||
// GRPCVerbosity sets the verbosity for logging gRPC calls. Default is 4. A negative
|
||||
// value disables logging.
|
||||
// GRPCVerbosity sets the verbosity for logging gRPC calls.
|
||||
// Default is 6, which includes gRPC calls and their responses.
|
||||
// A negative value disables logging.
|
||||
func GRPCVerbosity(level int) Option {
|
||||
return func(o *options) error {
|
||||
o.grpcVerbosity = level
|
||||
|
||||
Reference in New Issue
Block a user