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.

已提问 3 年前460 查看次数
1 回答
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

已回答 3 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则