appsettings.Development.json 166 B

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