Move logging for Micro$ to kestral file logging, this cleans up spt.txt

This commit is contained in:
CWX
2025-05-28 09:52:35 +01:00
parent 158cf76dc8
commit 870b0d1064
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
{
"type": "Include",
"name": "Microsoft\\.AspNetCore\\.Server\\.Kestrel.*",
"name": "Microsoft.*",
"matchingType": "Regex"
}
]
@@ -27,7 +27,7 @@
},
{
"type": "Exclude",
"name": "Microsoft\\.AspNetCore\\.Server\\.Kestrel.*",
"name": "Microsoft.*",
"matchingType": "Regex"
}
]
+1 -1
View File
@@ -13,7 +13,7 @@
},
{
"type": "Exclude",
"name": "Microsoft\\.AspNetCore\\.Server\\.Kestrel.*",
"name": "Microsoft.*",
"matchingType": "Regex"
}
]