mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 09:47:04 +01:00
Set log level to info, use version env var for events-handler image.
This commit is contained in:
parent
6ce139e801
commit
48b35c0454
@ -1,7 +1,7 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
events-handler:
|
events-handler:
|
||||||
image: oceanprotocol/ocean-events-handler:v0.1.0
|
image: oceanprotocol/ocean-events-handler:$EVENTS_HANDLER_VERSION
|
||||||
networks:
|
networks:
|
||||||
backend:
|
backend:
|
||||||
ipv4_address: 172.15.0.22
|
ipv4_address: 172.15.0.22
|
||||||
|
@ -64,8 +64,8 @@ export DB_CLIENT_KEY=""
|
|||||||
export DB_CLIENT_CERT=""
|
export DB_CLIENT_CERT=""
|
||||||
CHECK_ELASTIC_VM_COUNT=true
|
CHECK_ELASTIC_VM_COUNT=true
|
||||||
|
|
||||||
export BRIZO_LOG_LEVEL=DEBUG
|
export BRIZO_LOG_LEVEL="INFO"
|
||||||
export EVENTS_HANDLER_LOG_LEVEL=DEBUG
|
export EVENTS_HANDLER_LOG_LEVEL="INFO"
|
||||||
|
|
||||||
# Set a valid parity address and password to have seamless interaction with the `keeper`
|
# 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
|
# it has to exist on the secret store signing node and as well on the keeper node
|
||||||
|
Loading…
Reference in New Issue
Block a user