WintersBestWebForm/appsettings.Development.json

9 lines
143 B
JSON
Raw Normal View History

2025-09-18 12:54:02 -04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}