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.
1 parent e0e012a commit c16c897Copy full SHA for c16c897
log/grpc.go
@@ -243,7 +243,7 @@ func WithDisableCallID() GRPCLogOption {
243
}
244
245
246
-// WithCallLogFunc returns a HTTP middleware option that configures the logger to use
+// WithCallLogFunc returns a GRPC logger option that configures the logger to use
247
// the given log function instead of log.Print() as default.
248
func WithCallLogFunc(logFunc func(ctx context.Context, keyvals ...Fielder)) GRPCLogOption {
249
return func(o *grpcOptions) {
0 commit comments