summaryrefslogtreecommitdiff
path: root/appsettings.Development.json
blob: 0c208ae9181e5e5717e47ec1bd59368aebc6066e (plain)
1
2
3
4
5
6
7
8
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  }
}