From 0f2e18c34d54b8e71f70f2a5ef4ba39fb98c10f2 Mon Sep 17 00:00:00 2001 From: CWX Date: Tue, 15 Apr 2025 18:46:38 +0100 Subject: [PATCH] renamed as its dependant on the build not what config is run just to add, fat fingered commit instead of moving to a new line. server in debug mode will use appsettings.development.json this has changed to have three sub logging folders - Kestrel, Requests, spt before the logging changes we lost all kestrel logging, which sometimes made it hard to understand failed requests in release it will use appsettings.json this will log to console and spt only --- SPTarkov.Server/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPTarkov.Server/Properties/launchSettings.json b/SPTarkov.Server/Properties/launchSettings.json index 88fa70a7..cdde37c3 100644 --- a/SPTarkov.Server/Properties/launchSettings.json +++ b/SPTarkov.Server/Properties/launchSettings.json @@ -1,6 +1,6 @@ { "profiles": { - "Spt Server Debug": { + "Spt Server": { "commandName": "Project", "hotReloadEnabled": false, "workingDirectory": "$(OutputPath)"