OpenDataPortaal / src / OpenKamer.WebCore / appsettings.Development.json
Code · 9 lines · 145 bytes
1
2
3
4
5
6
7
8
9{
  "DetailedErrors": true,
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  }
}