ensure we get logs for both db and backend with docker compose w/ burnettk

This commit is contained in:
jasquat 2022-12-30 10:06:52 -05:00
parent fd1b1386bf
commit 45097a10d9
1 changed files with 2 additions and 1 deletions

View File

@ -7,4 +7,5 @@ function error_handler() {
trap 'error_handler ${LINENO} $?' ERR
set -o errtrace -o errexit -o nounset -o pipefail
docker compose logs "$@"
# "docker compose logs" is only getting the db logs so specify them both
docker compose logs db spiffworkflow-backend