appsettings.Development.json 168 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
{
  "Logging": {
    "IncludeScopes": false,
    "LogLevel": {
      "Default": "Debug",
      "System": "Information",
      "Microsoft": "Information"
    }
  }
}