From 66f85782c086ed7c14b0cf47230c474ccddc7120 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Fri, 24 Feb 2017 19:44:16 +0100 Subject: display logs when running interop based tests --- src/csharp/Grpc.IntegrationTesting/StressTestClient.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/csharp/Grpc.IntegrationTesting/StressTestClient.cs') diff --git a/src/csharp/Grpc.IntegrationTesting/StressTestClient.cs b/src/csharp/Grpc.IntegrationTesting/StressTestClient.cs index 750613b078..dbf8844265 100644 --- a/src/csharp/Grpc.IntegrationTesting/StressTestClient.cs +++ b/src/csharp/Grpc.IntegrationTesting/StressTestClient.cs @@ -92,6 +92,7 @@ namespace Grpc.IntegrationTesting public static void Run(string[] args) { + GrpcEnvironment.SetLogger(new ConsoleLogger()); var parserResult = Parser.Default.ParseArguments(args) .WithNotParsed((x) => Environment.Exit(1)) .WithParsed(options => { -- cgit v1.2.3