Skip to content

Commit

Permalink
add debug logs for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed May 6, 2023
1 parent 07df91a commit d53bbe3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docker/demo-direct-call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ services:
condition: service_healthy
integritee-worker-2-${VERSION}:
condition: service_healthy
environment:
- RUST_LOG=warn,ws=warn,itc_rpc_client=warn,itc_parentchain_light_client=debug
networks:
- integritee-test-network
entrypoint:
Expand Down
2 changes: 1 addition & 1 deletion docker/demo-indirect-invocation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
integritee-worker-2-${VERSION}:
condition: service_healthy
environment:
- RUST_LOG=warn,ws=warn,itc_rpc_client=warn
- RUST_LOG=warn,ws=warn,itc_rpc_client=warn,itc_parentchain_light_client=debug
- FLAVOR_ID
networks:
- integritee-test-network
Expand Down
2 changes: 2 additions & 0 deletions docker/demo-sidechain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ services:
condition: service_healthy
integritee-worker-2-${VERSION}:
condition: service_healthy
environment:
- RUST_LOG=warn,ws=warn,itc_rpc_client=warn,itc_parentchain_light_client=debug
networks:
- integritee-test-network
entrypoint:
Expand Down
2 changes: 1 addition & 1 deletion docker/demo-smart-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
integritee-worker-2-${VERSION}:
condition: service_healthy
environment:
- RUST_LOG=warn,ws=warn,itc_rpc_client=warn
- RUST_LOG=warn,ws=warn,itc_rpc_client=warn,itc_parentchain_light_client=debug
networks:
- integritee-test-network
entrypoint:
Expand Down

0 comments on commit d53bbe3

Please sign in to comment.