/ src / GradeView / appsettings.Development.json
appsettings.Development.json
1  {
2    "Logging": {
3      "LogLevel": {
4        "Default": "Debug",
5        "System": "Information",
6        "Microsoft": "Information"
7      }
8    }
9  }