-
-
Notifications
You must be signed in to change notification settings - Fork 2k
show logs on deploy success and failure #1047
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
Conversation
74d57c4 to
34c525b
Compare
|
What does the output look like with this change? |
|
example from clojure |
|
Can you indent that? I'm not sure how I feel about it being always output, so maybe we can make this an optional setting, similar to |
|
It's literally a I feel strongly that this will save a lot of troubleshooting time for folks new to dokku and docker. Thus, I really think this should be the default behavior. |
|
Yeah sed is fine, though don't we have a method that does auto-indention? Also, the I'm fine with it being on by default, I'd just like to be able to turn it off :) S'okay if that's too much extra work though. |
|
I'll look |
34c525b to
4fc0c27
Compare
|
New output: node-js (CHECKS file check): node-js (with failure): clojure (default container check): |
4fc0c27 to
77257c4
Compare
|
Seems legit. |
show logs on deploy success and failure
ref #1044
outputs container logs during check_deploy
output can be suppressed with
--quiet