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