Remove logging Requests

This commit is contained in:
CWX
2025-04-23 15:13:02 +01:00
parent b0ff7bb595
commit 1572a54f40
4 changed files with 0 additions and 72 deletions
@@ -26,12 +26,6 @@
"Args": {
"configureLogger": {
"Filter": [
{
"Name": "ByExcluding",
"Args": {
"expression": "StartsWith(SourceContext, 'SPTarkov.Server.Core.Servers.Http.RequestLogger')"
}
},
{
"Name": "ByExcluding",
"Args": {
@@ -60,33 +54,6 @@
}
}
},
{
"Name": "Logger",
"Args": {
"configureLogger": {
"Filter": [
{
"Name": "ByIncludingOnly",
"Args": {
"expression": "StartsWith(SourceContext, 'SPTarkov.Server.Core.Servers.Http.RequestLogger')"
}
}
],
"WriteTo": [
{
"Name": "File",
"Args": {
"formatter": "SPTarkov.Server.Logger.FileFormatter::Default, SPTarkov.Server",
"path": "./user/logs/requests/requests.txt",
"rollingInterval": "Day",
"fileSizeLimitBytes": "20971520",
"rollOnFileSizeLimit": true
}
}
]
}
}
},
{
"Name": "Logger",
"Args": {
-6
View File
@@ -26,12 +26,6 @@
"Args": {
"configureLogger": {
"Filter": [
{
"Name": "ByExcluding",
"Args": {
"expression": "StartsWith(SourceContext, 'SPTarkov.Server.Core.Servers.Http.RequestLogger')"
}
},
{
"Name": "ByExcluding",
"Args": {