about summary refs log tree commit diff
path: root/Utilities/LibMatrix.DebugDataValidationApi/appsettings.Development.json
blob: 12c8ab9d3b61d64914d7dada1d432359c78fe2d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Information",
      "Microsoft.AspNetCore.Routing": "Warning",
      "Microsoft.AspNetCore.Mvc": "Warning",
      "Microsoft.AspNetCore.Cors": "Warning"
    }
  }
}