gRPC request logging

Hello,
Is there a way to log gRPC requests same as HTTP?

Kind regards

It’s binds to the same gRPC endpoints as gRPC support in ASP .NET Core so you should be able to use the same logging functionality for gRPC in ASP .NET Core:

1 Like