Merge pull request #1119 from joshco/feature/zerodt-docs

Logging info suggesting tuned CHECKS
This commit is contained in:
Jose Diaz-Gonzalez
2015-04-18 01:40:10 -04:00

View File

@@ -78,7 +78,10 @@ cleanup() {
trap cleanup EXIT
if [[ ! -s "${TMPDIR}/CHECKS" ]] ; then
dokku_log_verbose "CHECKS file not found in container: running simple container check..."
dokku_log_verbose "For more efficient zero downtime deployments, create a file CHECKS."
dokku_log_verbose "See http://progrium.viewdocs.io/dokku/checks-examples.md for examples"
dokku_log_verbose "CHECKS file not found in container: Running simple container check..."
rm -rf $TMPDIR
# simple default check to see if the container stuck around