Set log level to info, use version env var for events-handler image.

This commit is contained in:
ssallam 2019-08-28 22:07:46 +02:00
parent 6ce139e801
commit 48b35c0454
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
version: '3'
services:
events-handler:
image: oceanprotocol/ocean-events-handler:v0.1.0
image: oceanprotocol/ocean-events-handler:$EVENTS_HANDLER_VERSION
networks:
backend:
ipv4_address: 172.15.0.22

View File

@ -64,8 +64,8 @@ export DB_CLIENT_KEY=""
export DB_CLIENT_CERT=""
CHECK_ELASTIC_VM_COUNT=true
export BRIZO_LOG_LEVEL=DEBUG
export EVENTS_HANDLER_LOG_LEVEL=DEBUG
export BRIZO_LOG_LEVEL="INFO"
export EVENTS_HANDLER_LOG_LEVEL="INFO"
# Set a valid parity address and password to have seamless interaction with the `keeper`
# it has to exist on the secret store signing node and as well on the keeper node