fix SCUM supervised stdout capture
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"version": 1,
|
||||
"action": "start",
|
||||
"mode": "supervised",
|
||||
"outputMode": "console",
|
||||
"outputMode": "pipes",
|
||||
"executableKey": "bin/scum-start.cmd",
|
||||
"arguments": [],
|
||||
"environment": {
|
||||
@@ -11,7 +11,7 @@
|
||||
"SERVER_EXECUTABLE_REF": "SCUM/Binaries/Win64/SCUMServer.exe",
|
||||
"SERVER_PORT_FIELD": "gamePort",
|
||||
"SERVER_MAX_PLAYERS_FIELD": "maxPlayers",
|
||||
"SERVER_LOG_FLAG": "-log"
|
||||
"SERVER_LOG_FLAG": "-log -stdout -FullStdOutLogOutput"
|
||||
},
|
||||
"timeoutMs": 30000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user