appsettings.Development.json 168 B

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