diff --git a/src/blazor/admin/BootstrapAdmin.Web/appsettings.Development.json b/src/blazor/admin/BootstrapAdmin.Web/appsettings.Development.json index 00ae15b6..47155e1f 100644 --- a/src/blazor/admin/BootstrapAdmin.Web/appsettings.Development.json +++ b/src/blazor/admin/BootstrapAdmin.Web/appsettings.Development.json @@ -1,5 +1,20 @@ { "DetailedErrors": true, + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information", + "Longbow.Tasks": "Error" + }, + "LgbFile": { + "IncludeScopes": true, + "LogLevel": { + "Default": "Error" + }, + "FileName": "Error\\Log.log" + } + }, "SimulateUserName": "", "AutoGenerateDatabase": true, "BootstrapAdminAuthenticationOptions": {