Files
Workshop10-API/appsettings.Development.json

9 lines
127 B
JSON
Raw Normal View History

2025-08-24 12:08:35 -03:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}