Skip to content

Commit 233ebd6

Browse files
authored
Merge pull request kubernetes#131424 from toVersus/fix/dra-kubeletplugin-doc
Fix comment for default gRPC log level in DRA plugin
2 parents 4bcaa51 + 269d3ae commit 233ebd6

File tree

1 file changed

+3
-2
lines changed
  • staging/src/k8s.io/dynamic-resource-allocation/kubeletplugin

1 file changed

+3
-2
lines changed

staging/src/k8s.io/dynamic-resource-allocation/kubeletplugin/draplugin.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,9 @@ func DriverName(driverName string) Option {
166166
}
167167
}
168168

169-
// GRPCVerbosity sets the verbosity for logging gRPC calls. Default is 4. A negative
170-
// value disables logging.
169+
// GRPCVerbosity sets the verbosity for logging gRPC calls.
170+
// Default is 6, which includes gRPC calls and their responses.
171+
// A negative value disables logging.
171172
func GRPCVerbosity(level int) Option {
172173
return func(o *options) error {
173174
o.grpcVerbosity = level

0 commit comments

Comments
 (0)