Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Redirect logging for cloud deployments (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vatyx authored Feb 7, 2019
1 parent 196ff1a commit 028517e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spatial/workers/unreal/spatialos.UnrealWorker.worker.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"command": "StartWorker.sh",
"arguments": [
"${IMPROBABLE_WORKER_ID}",
"${IMPROBABLE_LOG_FILE}",
"ThirdPersonExampleMap",
"+appName",
"${IMPROBABLE_PROJECT_NAME}",
Expand All @@ -96,7 +97,6 @@
"${IMPROBABLE_WORKER_ID}",
"+linkProtocol",
"RakNet",
"-abslog=${IMPROBABLE_LOG_FILE}",
"-NoVerifyGC"
]
}
Expand Down

0 comments on commit 028517e

Please sign in to comment.