summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/appsettings.Development.json
blob: e49eabb760492b7f31ae7e07fbf07b1fc9543c25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "Logging": {
    "IncludeScopes": false,
    "LogLevel": {
      "Default": "Debug",
      "System": "Information",
      "Microsoft": "Information"
    }
  },
  "LogParser": {
    "SectionUrl": "http://localhost:59482/log/"
  }
}