summary refs log tree commit diff
path: root/extra/admin-api/Spacebar.Cdn.Worker/appsettings.Development.json
blob: dc0a4c8cc199ad4bc43bd529d1a1a0f0c7f137cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore.Routing.EndpointMiddleware": "Information",
      "Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware": "Information",
      "Microsoft.AspNetCore": "Trace", //Warning
      "Microsoft.AspNetCore.Mvc": "Warning", //Warning
      "Microsoft.AspNetCore.HostFiltering": "Warning", //Warning
      "Microsoft.AspNetCore.Cors": "Warning", //Warning
      "Microsoft.AspNetCore.server.Kestrel": "Information",
      "Microsoft.AspNetCore.Routing.Matching.DfaMatcher": "Information",
      //      "Microsoft.EntityFrameworkCore": "Warning"
      "Microsoft.EntityFrameworkCore.Database.Command": "Debug"
    }
  }
}