Fix InteropClient testasset
This commit is contained in:
parent
663915b742
commit
72a7635b62
|
|
@ -95,8 +95,8 @@ namespace InteropTestsClient
|
||||||
var services = new ServiceCollection();
|
var services = new ServiceCollection();
|
||||||
services.AddLogging(configure =>
|
services.AddLogging(configure =>
|
||||||
{
|
{
|
||||||
configure.SetMinimumLevel(Microsoft.Extensions.Logging.LogLevel.Trace);
|
configure.SetMinimumLevel(LogLevel.Trace);
|
||||||
configure.AddSimpleConsole(loggerOptions =>
|
configure.AddConsole(loggerOptions =>
|
||||||
{
|
{
|
||||||
#pragma warning disable CS0618 // Type or member is obsolete
|
#pragma warning disable CS0618 // Type or member is obsolete
|
||||||
loggerOptions.IncludeScopes = true;
|
loggerOptions.IncludeScopes = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue