diff --git a/api/appsettings.json b/api/appsettings.json index 10f68b8..74084f2 100644 --- a/api/appsettings.json +++ b/api/appsettings.json @@ -1,9 +1,12 @@ { - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft.AspNetCore": "Warning" - } - }, - "AllowedHosts": "*" + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + }, + "Console": { + "IncludeScopes": true + } + }, + "AllowedHosts": "*" }