How do I access event logs for SERVER_PROCESS_TERMINATED_UNHEALTHY

0

I have uploaded changes to a Realtime Script that is causing problems with a GameLift fleet. I am getting SERVER_PROCESS_TERMINATED_UNHEALTHY, but the Logs column in the Events table is empty. Where do I access these logs?

chanson
asked 2 years ago254 views
1 Answer
1
Accepted Answer

Hey, this event status usually happens when the process is stuck. You can get more information through our docs: https://docs.aws.amazon.com/gamelift/latest/apireference/API_Event.html

Implementing health checks: https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-sdk-server-api.html#gamelift-sdk-server-health

As for getting the event logs, have you tried calling the DescribeFleetEvents API manually? https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetEvents.html

If you are still having issues, please let us know your Fleet ID and any other information you think would help us investigate. You can also reach out to AWS Support

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions