[Blazor] On development show detailed circuit error information.

This commit is contained in:
2025-07-27 03:29:55 +01:00
parent 80f1c0e28e
commit a2fc47cc5b

View File

@@ -1,8 +1,11 @@
{
"Logging": {
"Logging": {
"LogLevel": {
"Default": "Information",
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"CircuitOptions": {
"DetailedErrors": true
}
}