Resolved requested changes.

This commit is contained in:
Maria Carmina 2022-09-22 23:23:05 +03:00
parent 7146e833f0
commit f925ec71e3
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ services:
postgres_db: graph-node
ipfs: '172.15.0.16:5001'
ethereum: 'development:${NETWORK_RPC_URL}'
SUBGRAPH_LOG_LEVEL: ${SUBGRAPH_LOG_LEVEL}
RUST_LOG: ${SUBGRAPH_LOG_LEVEL}
postgres:
image: postgres
ports:

View File

@ -47,7 +47,7 @@ export FORCEPULL="false"
# Export LOG LEVEL
export AQUARIUS_LOG_LEVEL=${AQUARIUS_LOG_LEVEL:-INFO}
export PROVIDER_LOG_LEVEL=${PROVIDER_LOG_LEVEL:-INFO}
export SUBGRAPH_LOG_LEVEL=${SUBGRAPH_LOG_LEVEL:-INFO}
export SUBGRAPH_LOG_LEVEL=${SUBGRAPH_LOG_LEVEL:-info}
# Export User UID and GID
export LOCAL_USER_ID=$(id -u)