How to view server logs for lightsail containers

0

Hello,

How can I view the server logs for my lightsail containers? I don't mean the access log I mean debug logging with Psr\Log\LoggerInterface.

Thank you!

feita há um ano1375 visualizações
1 Resposta
5

The following article may help you to access container server logs

https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-viewing-container-service-container-logs

AWS LightSail does not directly support the viewing of logs from your containers. However, you can set up logging in your application and then access those logs.

One possible approach is to log your application data to stdout and stderr. Many Docker base images (including official images for languages like Node.js, Python, Ruby, etc.) are set up to log information to these output streams by default. AWS Lightsail containers will capture stdout and stderr from your container and make it available in the AWS Management Console and the Lightsail API.

profile picture
ESPECIALISTA
respondido há um ano

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