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!

demandé il y a un an1384 vues
1 réponse
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
EXPERT
répondu il y a un an

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions