PlanTempusApp/Application/appsettings.Development.json
Janus Knudsen 269bf50c78 Adds code
2025-01-03 20:21:44 +01:00

9 lines
145 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}