Add docker stdout to deploy logs #1998
grahamhealy20
started this conversation in
Feature Requests
Replies: 1 comment
-
experienced the same issue here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm getting started with Coolify (loving it so far by the way!) and trying to deploy a Python nixpack. I know the deploy will fail as I haven't added all of the required env vars, but I wish the deployment log would provide me more information about why the deployment is unhealthy/failed. Currently it logs out something like this:
But I would love to the see the actual container stdout also. I tried manually looking for the docker container logs via the command line, but the deploy has cleaned the container up post deploy failure, so I can't retrieve them. The only way I was able to get access to the logs was by disabling health checks temporarily, checking the logs, then re-enabling. Is this currently possible, or something that we could think about implementing, maybe included in the debug logs?
Thanks again!
Beta Was this translation helpful? Give feedback.
All reactions