appsettings.Development.json

10 lines | 137 B Blame History Raw Download
{
  "Logging": {
    "LogLevel": {
      "Default": "Debug",
      "System": "Information",
      "Microsoft": "Information"
    }
  }
}