1
0
Fork 0
netddi/appsettings.Development.json

10 lines
145 B
JSON
Raw Normal View History

2025-01-29 23:26:50 +01:00
{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}