hi, Is it possible to log all traffic incoming to the server via interceptor ?
I run Grpc server, but my client sometimes change "proto" contracts (because he's cooperating with other companies and usually "forget" to inform us). I have implemented interceptor (using C# Grpc.Core.Interceptors UnaryServerHandler) to log requests, but it won't work for those endpoints that are not in my version of contract. thanks, Krzysiek -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/d817f4de-7c5b-411e-8f29-761af336351c%40googlegroups.com.
