Skip to content

Commit

Permalink
chore: improved logging
Browse files Browse the repository at this point in the history
  • Loading branch information
filo87 committed Feb 19, 2025
1 parent 457c818 commit 2e5ea0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
export CHAIN_ID=${CHAIN_ID:-centrifuge}
export NODE_ID=${NODE_ID:-centrifuge}

echo "Starting with parameters:"
echo "CHAIN_ID: ${CHAIN_ID}"
echo "NODE_ID: ${NODE_ID}"

yarn projectgen

if [ $# -eq 0 ]; then
Expand Down

0 comments on commit 2e5ea0e

Please sign in to comment.