[CHANGE] Added logging

This commit is contained in:
max
2025-08-04 19:36:12 +02:00
parent 0f8530b9c0
commit 18077ca58c
6 changed files with 83 additions and 1 deletions

View File

@@ -1,4 +1,16 @@
{
"DotBased": {
"Logging": {
"Severity": "Debug",
"SeverityFilters":{
"Microsoft": "Info",
"Microsoft.Hosting.Lifetime": "Info",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.Authentication": "Info",
"MudBlazor": "Info"
}
}
},
"Logging": {
"LogLevel": {
"Default": "Information",