From b97b3842d9b3e28e9e6fc20c5f64205b7795f01f Mon Sep 17 00:00:00 2001 From: Ahmed Muawia Khan Date: Mon, 16 Apr 2018 14:46:45 +0200 Subject: [PATCH] Problem: Not enough logs to debug an issue while developing (#2209) --- .ci/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/entrypoint.sh b/.ci/entrypoint.sh index fa6ad406..e3cbbc0e 100755 --- a/.ci/entrypoint.sh +++ b/.ci/entrypoint.sh @@ -5,5 +5,5 @@ set -e -x if [[ ${BIGCHAINDB_CI_ABCI} == 'enable' ]]; then sleep 3600 else - bigchaindb start + bigchaindb -l DEBUG start fi