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

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ