Skip to content

Commit 72a7635

Browse files
committed
Fix InteropClient testasset
1 parent 663915b commit 72a7635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Grpc/test/testassets/InteropClient/InteropClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ private InteropClient(ClientOptions options)
9595
var services = new ServiceCollection();
9696
services.AddLogging(configure =>
9797
{
98-
configure.SetMinimumLevel(Microsoft.Extensions.Logging.LogLevel.Trace);
99-
configure.AddSimpleConsole(loggerOptions =>
98+
configure.SetMinimumLevel(LogLevel.Trace);
99+
configure.AddConsole(loggerOptions =>
100100
{
101101
#pragma warning disable CS0618 // Type or member is obsolete
102102
loggerOptions.IncludeScopes = true;

0 commit comments

Comments
 (0)