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
+10 -7
View File
@@ -1,9 +1,12 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
},
"Console": {
"IncludeScopes": true
}
},
"AllowedHosts": "*"
}