How to open a AWS GameLift Log?
0
I have downloaded a log with AWS CLI using this command:
aws gamelift get-game-session-log --game-session-id arn:******
The log has been saved in C:\Users\YourUsername
Now I want to know how I can open it.
Topics
Tags
asked 10 months ago8 views
1 Answers
0
As per documentation the file that will be saved will be in "zip" format, make sure to include ".zip" extension to the file name provided to "--save-as" parameter. https://docs.aws.amazon.com/cli/latest/reference/gamelift/get-game-session-log.html
After the file has been saved, you will need to extract contents from zip file and then open the log files inside with a text editor
answered 10 months ago
Relevant questions
Unable to access server logs from Gamelift
asked 4 months agoIs there a way to download the full log file from AWS Cloudwatch Log groups?
asked 7 months agoDifferences between C++ and C# AWS GameLift Server SDK
asked a year ago[Unreal] How to remove a PlayerSession when Player leaves a GameSession?
asked 10 months agoHow to open a AWS GameLift Log?
asked 10 months agoAWS s3 sync Fails with Extant File (debug log is attached)
asked 2 years agoHow to set Log Retention Expire to Log Group by boto3 or AWS CLI?
asked 2 years agounable to access S3 log files owned by "s3-log-service"
asked 3 years agoECS Fargate Log Configuration - How to set the retention policy?
Accepted Answerasked 5 months agoHow divide Log Group by each Lambda function alias?
asked 2 years ago