Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve container errors formatting #6042

Closed
1 task done
penyaskito opened this issue Apr 2, 2024 · 0 comments
Closed
1 task done

Improve container errors formatting #6042

penyaskito opened this issue Apr 2, 2024 · 0 comments

Comments

@penyaskito
Copy link
Member

penyaskito commented Apr 2, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem?

When a container fails, DDEV tells you to review the logs:

}, please use 'ddev logs -s web' and 'docker logs ddev-d10-web' and 'docker inspect --format "{{ json .State.Health }}" ddev-d10-web' to find out why it failed

Describe your solution

It is better to format it like this:

}, please use the command(s) to find out why it failed [
    ddev logs -s web
    docker logs ddev-d10-web
    docker inspect --format "{{ json .State.Health }}" ddev-d10-web
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant