diff --git a/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/appsettings.Development.json b/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/appsettings.Development.json index 457e003321..0623a3f445 100644 --- a/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/appsettings.Development.json +++ b/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/appsettings.Development.json @@ -1,19 +1,9 @@ { "Logging": { - "IncludeScopes": false, - "Debug": { - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } - }, - "Console": { - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" } } } diff --git a/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/appsettings.json b/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/appsettings.json index c851e129f9..6cf0b42b23 100644 --- a/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/appsettings.json +++ b/src/Microsoft.AspNetCore.SpaTemplates/content/Aurelia-CSharp/appsettings.json @@ -1,15 +1,7 @@ { "Logging": { - "IncludeScopes": false, - "Debug": { - "LogLevel": { - "Default": "Warning" - } - }, - "Console": { - "LogLevel": { - "Default": "Warning" - } + "LogLevel": { + "Default": "Warning" } } } diff --git a/src/Microsoft.AspNetCore.SpaTemplates/content/Knockout-CSharp/appsettings.Development.json b/src/Microsoft.AspNetCore.SpaTemplates/content/Knockout-CSharp/appsettings.Development.json index 457e003321..0623a3f445 100644 --- a/src/Microsoft.AspNetCore.SpaTemplates/content/Knockout-CSharp/appsettings.Development.json +++ b/src/Microsoft.AspNetCore.SpaTemplates/content/Knockout-CSharp/appsettings.Development.json @@ -1,19 +1,9 @@ { "Logging": { - "IncludeScopes": false, - "Debug": { - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } - }, - "Console": { - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" } } } diff --git a/src/Microsoft.AspNetCore.SpaTemplates/content/Knockout-CSharp/appsettings.json b/src/Microsoft.AspNetCore.SpaTemplates/content/Knockout-CSharp/appsettings.json index c851e129f9..6cf0b42b23 100644 --- a/src/Microsoft.AspNetCore.SpaTemplates/content/Knockout-CSharp/appsettings.json +++ b/src/Microsoft.AspNetCore.SpaTemplates/content/Knockout-CSharp/appsettings.json @@ -1,15 +1,7 @@ { "Logging": { - "IncludeScopes": false, - "Debug": { - "LogLevel": { - "Default": "Warning" - } - }, - "Console": { - "LogLevel": { - "Default": "Warning" - } + "LogLevel": { + "Default": "Warning" } } } diff --git a/src/Microsoft.AspNetCore.SpaTemplates/content/Vue-CSharp/appsettings.Development.json b/src/Microsoft.AspNetCore.SpaTemplates/content/Vue-CSharp/appsettings.Development.json index 457e003321..0623a3f445 100644 --- a/src/Microsoft.AspNetCore.SpaTemplates/content/Vue-CSharp/appsettings.Development.json +++ b/src/Microsoft.AspNetCore.SpaTemplates/content/Vue-CSharp/appsettings.Development.json @@ -1,19 +1,9 @@ { "Logging": { - "IncludeScopes": false, - "Debug": { - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } - }, - "Console": { - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" } } } diff --git a/src/Microsoft.AspNetCore.SpaTemplates/content/Vue-CSharp/appsettings.json b/src/Microsoft.AspNetCore.SpaTemplates/content/Vue-CSharp/appsettings.json index c851e129f9..6cf0b42b23 100644 --- a/src/Microsoft.AspNetCore.SpaTemplates/content/Vue-CSharp/appsettings.json +++ b/src/Microsoft.AspNetCore.SpaTemplates/content/Vue-CSharp/appsettings.json @@ -1,15 +1,7 @@ { "Logging": { - "IncludeScopes": false, - "Debug": { - "LogLevel": { - "Default": "Warning" - } - }, - "Console": { - "LogLevel": { - "Default": "Warning" - } + "LogLevel": { + "Default": "Warning" } } } diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/RazorPagesWeb-CSharp/appsettings.Development.json b/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/RazorPagesWeb-CSharp/appsettings.Development.json index fa8ce71a97..0623a3f445 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/RazorPagesWeb-CSharp/appsettings.Development.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/RazorPagesWeb-CSharp/appsettings.Development.json @@ -1,6 +1,5 @@ { "Logging": { - "IncludeScopes": false, "LogLevel": { "Default": "Debug", "System": "Information", diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/RazorPagesWeb-CSharp/appsettings.json b/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/RazorPagesWeb-CSharp/appsettings.json index ce132995bc..8f4aeff743 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/RazorPagesWeb-CSharp/appsettings.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/RazorPagesWeb-CSharp/appsettings.json @@ -32,7 +32,6 @@ // }, //#endif "Logging": { - "IncludeScopes": false, "LogLevel": { "Default": "Warning" } diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/StarterWeb-CSharp/appsettings.Development.json b/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/StarterWeb-CSharp/appsettings.Development.json index fa8ce71a97..0623a3f445 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/StarterWeb-CSharp/appsettings.Development.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/StarterWeb-CSharp/appsettings.Development.json @@ -1,6 +1,5 @@ { "Logging": { - "IncludeScopes": false, "LogLevel": { "Default": "Debug", "System": "Information", diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/StarterWeb-CSharp/appsettings.json b/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/StarterWeb-CSharp/appsettings.json index ce132995bc..8f4aeff743 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/StarterWeb-CSharp/appsettings.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/StarterWeb-CSharp/appsettings.json @@ -32,7 +32,6 @@ // }, //#endif "Logging": { - "IncludeScopes": false, "LogLevel": { "Default": "Warning" } diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/StarterWeb-FSharp/appsettings.Development.json b/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/StarterWeb-FSharp/appsettings.Development.json index fa8ce71a97..0623a3f445 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/StarterWeb-FSharp/appsettings.Development.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/StarterWeb-FSharp/appsettings.Development.json @@ -1,6 +1,5 @@ { "Logging": { - "IncludeScopes": false, "LogLevel": { "Default": "Debug", "System": "Information", diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/StarterWeb-FSharp/appsettings.json b/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/StarterWeb-FSharp/appsettings.json index 26bb0ac7ac..09cf536c1e 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/StarterWeb-FSharp/appsettings.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/StarterWeb-FSharp/appsettings.json @@ -1,15 +1,7 @@ { "Logging": { - "IncludeScopes": false, - "Debug": { - "LogLevel": { - "Default": "Warning" - } - }, - "Console": { - "LogLevel": { - "Default": "Warning" - } + "LogLevel": { + "Default": "Warning" } } } diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/WebApi-CSharp/appsettings.Development.json b/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/WebApi-CSharp/appsettings.Development.json index fa8ce71a97..0623a3f445 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/WebApi-CSharp/appsettings.Development.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/WebApi-CSharp/appsettings.Development.json @@ -1,6 +1,5 @@ { "Logging": { - "IncludeScopes": false, "LogLevel": { "Default": "Debug", "System": "Information", diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/WebApi-CSharp/appsettings.json b/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/WebApi-CSharp/appsettings.json index aa6ce15e45..5bdb2ab188 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/WebApi-CSharp/appsettings.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/WebApi-CSharp/appsettings.json @@ -19,16 +19,8 @@ // }, //#endif "Logging": { - "IncludeScopes": false, - "Debug": { - "LogLevel": { - "Default": "Warning" - } - }, - "Console": { - "LogLevel": { - "Default": "Warning" - } + "LogLevel": { + "Default": "Warning" } } } diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/WebApi-FSharp/appsettings.Development.json b/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/WebApi-FSharp/appsettings.Development.json index fa8ce71a97..0623a3f445 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/WebApi-FSharp/appsettings.Development.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/WebApi-FSharp/appsettings.Development.json @@ -1,6 +1,5 @@ { "Logging": { - "IncludeScopes": false, "LogLevel": { "Default": "Debug", "System": "Information", diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/WebApi-FSharp/appsettings.json b/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/WebApi-FSharp/appsettings.json index 5fff67bacc..09cf536c1e 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/WebApi-FSharp/appsettings.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates.2.0/content/WebApi-FSharp/appsettings.json @@ -1,6 +1,5 @@ { "Logging": { - "IncludeScopes": false, "LogLevel": { "Default": "Warning" } diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/RazorPagesWeb-CSharp/appsettings.Development.json b/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/RazorPagesWeb-CSharp/appsettings.Development.json index fa8ce71a97..0623a3f445 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/RazorPagesWeb-CSharp/appsettings.Development.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/RazorPagesWeb-CSharp/appsettings.Development.json @@ -1,6 +1,5 @@ { "Logging": { - "IncludeScopes": false, "LogLevel": { "Default": "Debug", "System": "Information", diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/RazorPagesWeb-CSharp/appsettings.json b/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/RazorPagesWeb-CSharp/appsettings.json index ce132995bc..8f4aeff743 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/RazorPagesWeb-CSharp/appsettings.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/RazorPagesWeb-CSharp/appsettings.json @@ -32,7 +32,6 @@ // }, //#endif "Logging": { - "IncludeScopes": false, "LogLevel": { "Default": "Warning" } diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/StarterWeb-CSharp/appsettings.Development.json b/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/StarterWeb-CSharp/appsettings.Development.json index fa8ce71a97..0623a3f445 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/StarterWeb-CSharp/appsettings.Development.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/StarterWeb-CSharp/appsettings.Development.json @@ -1,6 +1,5 @@ { "Logging": { - "IncludeScopes": false, "LogLevel": { "Default": "Debug", "System": "Information", diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/StarterWeb-CSharp/appsettings.json b/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/StarterWeb-CSharp/appsettings.json index ce132995bc..8f4aeff743 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/StarterWeb-CSharp/appsettings.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/StarterWeb-CSharp/appsettings.json @@ -32,7 +32,6 @@ // }, //#endif "Logging": { - "IncludeScopes": false, "LogLevel": { "Default": "Warning" } diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/StarterWeb-FSharp/appsettings.Development.json b/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/StarterWeb-FSharp/appsettings.Development.json index fa8ce71a97..0623a3f445 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/StarterWeb-FSharp/appsettings.Development.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/StarterWeb-FSharp/appsettings.Development.json @@ -1,6 +1,5 @@ { "Logging": { - "IncludeScopes": false, "LogLevel": { "Default": "Debug", "System": "Information", diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/StarterWeb-FSharp/appsettings.json b/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/StarterWeb-FSharp/appsettings.json index 26bb0ac7ac..09cf536c1e 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/StarterWeb-FSharp/appsettings.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/StarterWeb-FSharp/appsettings.json @@ -1,15 +1,7 @@ { "Logging": { - "IncludeScopes": false, - "Debug": { - "LogLevel": { - "Default": "Warning" - } - }, - "Console": { - "LogLevel": { - "Default": "Warning" - } + "LogLevel": { + "Default": "Warning" } } } diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/WebApi-CSharp/appsettings.Development.json b/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/WebApi-CSharp/appsettings.Development.json index fa8ce71a97..0623a3f445 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/WebApi-CSharp/appsettings.Development.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/WebApi-CSharp/appsettings.Development.json @@ -1,6 +1,5 @@ { "Logging": { - "IncludeScopes": false, "LogLevel": { "Default": "Debug", "System": "Information", diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/WebApi-CSharp/appsettings.json b/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/WebApi-CSharp/appsettings.json index aa6ce15e45..5bdb2ab188 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/WebApi-CSharp/appsettings.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/WebApi-CSharp/appsettings.json @@ -19,16 +19,8 @@ // }, //#endif "Logging": { - "IncludeScopes": false, - "Debug": { - "LogLevel": { - "Default": "Warning" - } - }, - "Console": { - "LogLevel": { - "Default": "Warning" - } + "LogLevel": { + "Default": "Warning" } } } diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/WebApi-FSharp/appsettings.Development.json b/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/WebApi-FSharp/appsettings.Development.json index fa8ce71a97..0623a3f445 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/WebApi-FSharp/appsettings.Development.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/WebApi-FSharp/appsettings.Development.json @@ -1,6 +1,5 @@ { "Logging": { - "IncludeScopes": false, "LogLevel": { "Default": "Debug", "System": "Information", diff --git a/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/WebApi-FSharp/appsettings.json b/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/WebApi-FSharp/appsettings.json index 5fff67bacc..09cf536c1e 100644 --- a/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/WebApi-FSharp/appsettings.json +++ b/src/Microsoft.DotNet.Web.ProjectTemplates.2.1/content/WebApi-FSharp/appsettings.json @@ -1,6 +1,5 @@ { "Logging": { - "IncludeScopes": false, "LogLevel": { "Default": "Warning" } diff --git a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/appsettings.Development.json b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/appsettings.Development.json index 457e003321..0623a3f445 100644 --- a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/appsettings.Development.json +++ b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/appsettings.Development.json @@ -1,19 +1,9 @@ { "Logging": { - "IncludeScopes": false, - "Debug": { - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } - }, - "Console": { - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" } } } diff --git a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/appsettings.json b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/appsettings.json index c851e129f9..6cf0b42b23 100644 --- a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/appsettings.json +++ b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/Angular-CSharp/appsettings.json @@ -1,15 +1,7 @@ { "Logging": { - "IncludeScopes": false, - "Debug": { - "LogLevel": { - "Default": "Warning" - } - }, - "Console": { - "LogLevel": { - "Default": "Warning" - } + "LogLevel": { + "Default": "Warning" } } } diff --git a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/appsettings.Development.json b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/appsettings.Development.json index 457e003321..0623a3f445 100644 --- a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/appsettings.Development.json +++ b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/appsettings.Development.json @@ -1,19 +1,9 @@ { "Logging": { - "IncludeScopes": false, - "Debug": { - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } - }, - "Console": { - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" } } } diff --git a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/appsettings.json b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/appsettings.json index c851e129f9..6cf0b42b23 100644 --- a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/appsettings.json +++ b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/React-CSharp/appsettings.json @@ -1,15 +1,7 @@ { "Logging": { - "IncludeScopes": false, - "Debug": { - "LogLevel": { - "Default": "Warning" - } - }, - "Console": { - "LogLevel": { - "Default": "Warning" - } + "LogLevel": { + "Default": "Warning" } } } diff --git a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/appsettings.Development.json b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/appsettings.Development.json index 457e003321..0623a3f445 100644 --- a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/appsettings.Development.json +++ b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/appsettings.Development.json @@ -1,19 +1,9 @@ { "Logging": { - "IncludeScopes": false, - "Debug": { - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } - }, - "Console": { - "LogLevel": { - "Default": "Debug", - "System": "Information", - "Microsoft": "Information" - } + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" } } } diff --git a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/appsettings.json b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/appsettings.json index c851e129f9..6cf0b42b23 100644 --- a/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/appsettings.json +++ b/src/Microsoft.DotNet.Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/appsettings.json @@ -1,15 +1,7 @@ { "Logging": { - "IncludeScopes": false, - "Debug": { - "LogLevel": { - "Default": "Warning" - } - }, - "Console": { - "LogLevel": { - "Default": "Warning" - } + "LogLevel": { + "Default": "Warning" } } }