mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 09:47:04 +01:00
Rename subgraph log level env var.
This commit is contained in:
parent
b0bbed84be
commit
99b85033a2
@ -22,7 +22,7 @@ services:
|
||||
postgres_db: graph-node
|
||||
ipfs: '172.15.0.16:5001'
|
||||
ethereum: 'development:${NETWORK_RPC_URL}'
|
||||
RUST_LOG: ${RUST_LOG}
|
||||
SUBGRAPH_LOG_LEVEL: ${SUBGRAPH_LOG_LEVEL}
|
||||
postgres:
|
||||
image: postgres
|
||||
ports:
|
||||
|
@ -234,7 +234,7 @@ while :; do
|
||||
printf $COLOR_Y'Starting without IPFS...\n\n'$COLOR_RESET
|
||||
;;
|
||||
--with-thegraph)
|
||||
export RUST_LOG=${RUST_LOG:-INFO}
|
||||
export SUBGRAPH_LOG_LEVEL=${SUBGRAPH_LOG_LEVEL:-INFO}
|
||||
COMPOSE_FILES+=" -f ${COMPOSE_DIR}/thegraph.yml"
|
||||
printf $COLOR_Y'Starting with TheGraph...\n\n'$COLOR_RESET
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user