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!

已提问 1 年前1375 查看次数
1 回答
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
专家
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则