Hi, I've been trying to save the gRPC output to a log file when using GRPC_TRACE and GRPC_VERBOSITY, but I'm not sure how to pick it up. I use C++ on Windows:
- When I run my application from cmd, I see the gRPC output - When I start it from the Visual Studio debugger I don't see it in the console output. I also don't see it in the Output tab in Visual Studio. So I was just wondering if someone could clarify to which output stream the gRPC log goes please? It doesn't seem to be normal cout; is it a cerr or a clog? Regards, Paulin -- 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/9f76639a-762a-4464-831a-5539310297fbn%40googlegroups.com.
