1 Answers
0
Hi InWaveStudio,
GameLift by default uploads game session logs every hour, and is provided to you via the GetGameSessionLogUrl
API. If you have setup your log path correctly (via ProcessReady
parameter), you should be able to see your game session logs there.
The quickest way to terminate your game session is by remote accessing your fleet instance and kill the process, see instructions. You might also be able to find the logs for your game session on the instance, especially you didn't setup log paths correctly or if your logs were truncated due size exceeding the limit for upload.
Slightly slower way is by setting your fleet's capacity to 0 instances (via UpdateFleetCapacity
API), let all instances terminate, then re-spin up your instances.
answered a month ago
Relevant questions
How to send custom Launch paramater for a game session when request to create game session?
Accepted Answerasked a year agoGame Lift - When does the timeout for game session activation trigger?
asked a month agoGameLift Client rejected because Game Session is FULL
asked 19 days agoSimultaneous client requests to create game sessions
Accepted Answerasked a year agoCan I run more than one game session on a single game server process?
Accepted Answerasked 5 years agoGame Session Terminates Instantly (Apparently Unhealthy?)
asked 3 years agoIs there an event for game session termination?
Accepted Answerasked 5 months agoHow GameLift Local works with game sessions
Accepted Answerasked a year agoHow to determine reason why game session running forever?
asked a month agoWhat is difference between "Concurrent processes" and "Game session activation"?
asked 3 years ago
Thanks for your answer. I've set the log path via ProcessReady paremeter. But it seem like every game sessions all write log into single file at log path because when I open log file of some game sessions, it looks weird, sometime it has full log content, sometime it has just a part of log. Do I need to define log path for each game session to make it write correctly? ( like add game session id into general log path) ? Sorry for my bad English :D