Problem: Not enough logs to debug an issue while developing (#2209)

This commit is contained in:
Ahmed Muawia Khan 2018-04-16 14:46:45 +02:00 committed by Vanshdeep Singh
parent a29e9c6dd9
commit b97b3842d9
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ set -e -x
if [[ ${BIGCHAINDB_CI_ABCI} == 'enable' ]]; then
sleep 3600
else
bigchaindb start
bigchaindb -l DEBUG start
fi