Files
romrepomgr/RomRepoMgr.Blazor/appsettings.Development.json

14 lines
323 B
JSON
Raw Permalink Normal View History

2025-07-26 17:55:02 +01:00
{
"Logging": {
2025-07-26 17:55:02 +01:00
"LogLevel": {
2025-07-27 17:19:25 +01:00
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft": "Debug",
"Microsoft.Extensions.Localization": "Debug"
2025-07-26 17:55:02 +01:00
}
},
"CircuitOptions": {
"DetailedErrors": true
2025-07-26 17:55:02 +01:00
}
}