summaryrefslogtreecommitdiff
path: root/appsettings.Development.json
blob: 5e5d8283642a605deac9d63eb32e358efbcf2569 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "DetailedErrors": true,
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning",
      "HyperBooru.Services.OcrService": "Debug"
    }
  },
  "DisableOcr": true
}