AspNetCore.Docs.Samples/fundamentals/middleware/rate-limit/WebRateLimitAuth/appsettings.Development.json

10 lines
145 B
JSON
Raw Normal View History

2022-08-09 11:08:38 +08:00
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}