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 +}