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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南