diff --git a/ServerManagement/appsettings.Development.json b/ServerManagement/appsettings.Development.json index 0c208ae..1257973 100644 --- a/ServerManagement/appsettings.Development.json +++ b/ServerManagement/appsettings.Development.json @@ -1,8 +1,11 @@ { + "DetailedErrors": true, "Logging": { "LogLevel": { "Default": "Information", - "Microsoft.AspNetCore": "Warning" + "Microsoft.AspNetCore": "Warning", + "Microsoft.Hosting.Lifetime": "Information", + "Microsoft.AspNetCore.SignalR": "Debug" } } }