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.

feita há 3 anos460 visualizações
1 Resposta
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

respondido há 3 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas