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
This commit is contained in:
CWX
2025-04-15 18:46:38 +01:00
parent b520c34930
commit 0f2e18c34d
@@ -1,6 +1,6 @@
{
"profiles": {
"Spt Server Debug": {
"Spt Server": {
"commandName": "Project",
"hotReloadEnabled": false,
"workingDirectory": "$(OutputPath)"