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!

asked a year ago1342 views
1 Answer
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
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions