Skip to content

Commit

Permalink
Merge pull request #365 from jhu-idc/tm-increase-drupal-errlogs
Browse files Browse the repository at this point in the history
increase final logs on drupal err
  • Loading branch information
springstim authored Jan 4, 2023
2 parents 3e63f3c + d504933 commit 1f701fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions idc.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ _docker-up-and-wait:
while [ "healthy" != "$$healthState" ] ; do \
if [ "running" != "$$( docker inspect -f '{{ .State.Status }}' $$containerName )" ] ; then \
echo "Drupal container has exited. This is abnormal but possibly caused by drupal module sync issue" ; \
printf "final drupal container logs:\n ...\n" ; \
docker-compose logs drupal | tail -30 | sed 's/^/ /' ; \
exit 1 ; \
fi ; \
sleep 10 ; \
Expand Down

0 comments on commit 1f701fa

Please sign in to comment.