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