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