o3de / o3de-multiplayersample

Multiplayer sample project for the Open 3D Engine
https://o3de.org
Other
79 stars 56 forks source link

Support MultiProcess GameLift Server Logs #442

Closed AMZN-Gene closed 1 year ago

AMZN-Gene commented 1 year ago

Tested by running multiplayer servers on GameLift and intentionally terminating a server with a non-0 exit code so that GameLift will grab the logs. The log folder archived only contains the 1 server.log file

Here's the code used to intentionally terminate the server with a non-zero exit code. AzFramework::ApplicationRequests::Bus::Broadcast(&AzFramework::ApplicationRequests::TerminateOnError, 42);