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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
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.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
