summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/appsettings.Development.json
blob: fa8ce71a97a3436e6513bbdf9bc39d1ca0723c13 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "Logging": {
    "IncludeScopes": false,
    "LogLevel": {
      "Default": "Debug",
      "System": "Information",
      "Microsoft": "Information"
    }
  }
}