Report this

What is the reason for this report?

Can `doctl app logs` also show worker threads?

Posted on July 11, 2021

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.