1
0
mirror of https://github.com/XFox111/bonch-calendar.git synced 2026-06-30 10:52:41 +03:00

feat(api): show log scopes by default

This commit is contained in:
2026-05-22 09:00:30 +00:00
parent 734c43548a
commit 4d4c3adde6
+3
View File
@@ -3,6 +3,9 @@
"LogLevel": { "LogLevel": {
"Default": "Information", "Default": "Information",
"Microsoft.AspNetCore": "Warning" "Microsoft.AspNetCore": "Warning"
},
"Console": {
"IncludeScopes": true
} }
}, },
"AllowedHosts": "*" "AllowedHosts": "*"