[CHANGE] Update logging config

This commit is contained in:
max
2025-08-04 20:15:03 +02:00
parent 18077ca58c
commit 3649d4fad4
2 changed files with 11 additions and 10 deletions

View File

@@ -3,18 +3,18 @@
"Logging": {
"Severity": "Debug",
"SeverityFilters":{
"Microsoft": "Info",
"Microsoft.Hosting.Lifetime": "Info",
"Microsoft": "Debug",
"Microsoft.Hosting.Lifetime": "Debug",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.Authentication": "Info",
"MudBlazor": "Info"
"Microsoft.AspNetCore.Authentication": "Debug",
"MudBlazor": "Debug"
}
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
"Default": "Trace",
"Microsoft.AspNetCore": "Debug"
}
}
}