TheShopCritics2/TSC2/appsettings.Development.json

10 lines
145 B
JSON
Raw Normal View History

2024-05-09 17:54:34 +00:00
{
"DetailedErrors": true,
2024-05-09 17:54:34 +00:00
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}