Detailed error message on deploy #586
-
Hey, guys! I'm trying to deploy an app but during the deployment process app couldn't start that's why healthcheck fails. But, I can't understand what is the error - all I can see is cut (check the screenshot). How can I see the full trace of the error during the deployment? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I mean, I did it manually by connecting to the server and reproducing the run command for docker image, but maybe we can somehow tail logs during the deployment? -v didn't help |
Beta Was this translation helpful? Give feedback.
-
Just hit this myself and discovered there’s an undocumented piece of configuration to increase log lines: healthcheck:
log_lines: 1000 |
Beta Was this translation helpful? Give feedback.
- 8461
Just hit this myself and discovered there’s an undocumented piece of configuration to increase log lines: