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
gefragt vor 2 Jahren258 Aufrufe
1 Antwort
1
Akzeptierte Antwort

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
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen