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.

asked 3 years ago450 views
1 Answer
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 3 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