From 48b35c04543a8dc3c557778b4add1fea82db3d3c Mon Sep 17 00:00:00 2001 From: ssallam Date: Wed, 28 Aug 2019 22:07:46 +0200 Subject: [PATCH] Set log level to info, use version env var for events-handler image. --- compose-files/events_handler.yml | 2 +- start_ocean.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compose-files/events_handler.yml b/compose-files/events_handler.yml index c157ff2..aaa937b 100644 --- a/compose-files/events_handler.yml +++ b/compose-files/events_handler.yml @@ -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 diff --git a/start_ocean.sh b/start_ocean.sh index e92536e..251a77a 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -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