summaryrefslogtreecommitdiffstats
path: root/appsettings.Development.json
blob: 770d3e93146b0bc84347f1353b2c41ce467b6159 (plain)
1
2
3
4
5
6
7
8
9
{
  "DetailedErrors": true,
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  }
}