diff --git a/src/Services/Masa.Dcc.Service/appsettings.Develop.json b/src/Services/Masa.Dcc.Service/appsettings.Develop.json index 8983e0f..0cda8d4 100644 --- a/src/Services/Masa.Dcc.Service/appsettings.Develop.json +++ b/src/Services/Masa.Dcc.Service/appsettings.Develop.json @@ -1,7 +1,7 @@ { "Logging": { "LogLevel": { - "Default": "Information", + "Default": "Error", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } diff --git a/src/Services/Masa.Dcc.Service/appsettings.Staging.json b/src/Services/Masa.Dcc.Service/appsettings.Staging.json index 8983e0f..0cda8d4 100644 --- a/src/Services/Masa.Dcc.Service/appsettings.Staging.json +++ b/src/Services/Masa.Dcc.Service/appsettings.Staging.json @@ -1,7 +1,7 @@ { "Logging": { "LogLevel": { - "Default": "Information", + "Default": "Error", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } diff --git a/src/Services/Masa.Dcc.Service/appsettings.json b/src/Services/Masa.Dcc.Service/appsettings.json index 5a3874d..8d99c3e 100644 --- a/src/Services/Masa.Dcc.Service/appsettings.json +++ b/src/Services/Masa.Dcc.Service/appsettings.json @@ -1,7 +1,7 @@ { "Logging": { "LogLevel": { - "Default": "Information", + "Default": "Error", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } diff --git a/src/Web/Masa.Dcc.Web.Admin/Masa.Dcc.Web.Admin.Server/appsettings.Develop.json b/src/Web/Masa.Dcc.Web.Admin/Masa.Dcc.Web.Admin.Server/appsettings.Develop.json index 45fe774..0cda8d4 100644 --- a/src/Web/Masa.Dcc.Web.Admin/Masa.Dcc.Web.Admin.Server/appsettings.Develop.json +++ b/src/Web/Masa.Dcc.Web.Admin/Masa.Dcc.Web.Admin.Server/appsettings.Develop.json @@ -1,9 +1,9 @@ { "Logging": { "LogLevel": { - "Default": "Information", + "Default": "Error", "Microsoft": "Warning", "Microsoft.Hosting.Lifetime": "Information" } } -} \ No newline at end of file +} diff --git a/src/Web/Masa.Dcc.Web.Admin/Masa.Dcc.Web.Admin.Server/appsettings.Staging.json b/src/Web/Masa.Dcc.Web.Admin/Masa.Dcc.Web.Admin.Server/appsettings.Staging.json index 133d69e..c784c1f 100644 --- a/src/Web/Masa.Dcc.Web.Admin/Masa.Dcc.Web.Admin.Server/appsettings.Staging.json +++ b/src/Web/Masa.Dcc.Web.Admin/Masa.Dcc.Web.Admin.Server/appsettings.Staging.json @@ -2,7 +2,7 @@ "DetailedErrors": true, "Logging": { "LogLevel": { - "Default": "Information", + "Default": "Error", "Microsoft.AspNetCore": "Warning" } }, diff --git a/src/Web/Masa.Dcc.Web.Admin/Masa.Dcc.Web.Admin.Server/appsettings.json b/src/Web/Masa.Dcc.Web.Admin/Masa.Dcc.Web.Admin.Server/appsettings.json index 10f68b8..b494488 100644 --- a/src/Web/Masa.Dcc.Web.Admin/Masa.Dcc.Web.Admin.Server/appsettings.json +++ b/src/Web/Masa.Dcc.Web.Admin/Masa.Dcc.Web.Admin.Server/appsettings.json @@ -1,7 +1,7 @@ { "Logging": { "LogLevel": { - "Default": "Information", + "Default": "Error", "Microsoft.AspNetCore": "Warning" } },