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 663915b commit 72a7635Copy full SHA for 72a7635
src/Grpc/test/testassets/InteropClient/InteropClient.cs
@@ -95,8 +95,8 @@ private InteropClient(ClientOptions options)
95
var services = new ServiceCollection();
96
services.AddLogging(configure =>
97
{
98
- configure.SetMinimumLevel(Microsoft.Extensions.Logging.LogLevel.Trace);
99
- configure.AddSimpleConsole(loggerOptions =>
+ configure.SetMinimumLevel(LogLevel.Trace);
+ configure.AddConsole(loggerOptions =>
100
101
#pragma warning disable CS0618 // Type or member is obsolete
102
loggerOptions.IncludeScopes = true;
0 commit comments