Move logging for Micro$ to kestral file logging, this cleans up spt.txt
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
},
|
||||
{
|
||||
"type": "Exclude",
|
||||
"name": "Microsoft\\.AspNetCore\\.Server\\.Kestrel.*",
|
||||
"name": "Microsoft.*",
|
||||
"matchingType": "Regex"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user