appsettings.Development.json 195 B

12345678910
  1. {
  2. "DetailedErrors": true,
  3. "Logging": {
  4. "LogLevel": {
  5. "Default": "Information",
  6. "Microsoft": "Warning",
  7. "Microsoft.Hosting.Lifetime": "Information"
  8. }
  9. }
  10. }