Fix comment for default gRPC log level in DRA plugin

Signed-off-by: Tsubasa Nagasawa <toversus2357@gmail.com>
This commit is contained in:
Tsubasa Nagasawa
2025-04-24 09:34:42 +09:00
parent d6d6aad0d8
commit 269d3ae514

View File

@@ -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