By Tom Svestka
I am able to display my web app’s logs based on this article: https://docs.digitalocean.com/products/app-platform/how-to/view-logs/ with the following command:
doctl app logs -f <app_id> – it is great!
However, this only seems to show the web component’s logs and does not show the worker component’s logs.
Is there a way to show logs from the worker components, as well?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello, The command doctl apps logs by default show logs of all components. But you can specify the component name to get logs for that specific component.
“doctl apps logs <app id> <component name (defaults to all components)> [flags]”
https://docs.digitalocean.com/products/app-platform/how-to/view-logs/ https://docs.digitalocean.com/reference/doctl/reference/apps/logs/
Thanks Mohsin Saeed
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.