{
  "Logging": 
  {
    "LogLevel": 
    {
      "Default": "Information",
      "System": "Information",
      "Microsoft": "Information"
    },
    "Console":
    {
      "IncludeScopes": true,
      "LogLevel": {
        "Default": "Debug",
        "System": "Debug",
        "Microsoft": "Debug"
      }
    }
  },
  "AllowedHosts": "*"
}