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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"profiles": {
|
||||
"Spt Server Debug": {
|
||||
"Spt Server": {
|
||||
"commandName": "Project",
|
||||
"hotReloadEnabled": false,
|
||||
"workingDirectory": "$(OutputPath)"
|
||||
|
||||
Reference in New Issue
Block a user