Skip to content

Commit

Permalink
test(docker): turn off slf4jjson reporting
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Livesey <joseph@blockchaintp.com>
  • Loading branch information
suchapalaver committed May 18, 2022
1 parent 93082f6 commit 950ba8e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docker/daml-test-public-ibft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ services:
- &besu_log LOG4J_CONFIGURATION_FILE=/opt/daml-on-besu/besu/log4j2.xml
- &besu_peer_port BESU_ENODE_PORT=30303
- LOG_LEVEL=info
- BESU_DAML_CONTRACT_REPORTING=sl4jjson
- BESU_DAML_CONTRACT_REPORTING_INTERVAL=PT10S
# - BESU_DAML_CONTRACT_REPORTING=sl4jjson
# - BESU_DAML_CONTRACT_REPORTING_INTERVAL=PT10S
entrypoint: &besu_command
- bash
- -c
Expand Down Expand Up @@ -74,8 +74,6 @@ services:
- *besu_log
- *besu_peer_port
- LOG_LEVEL=info
- BESU_DAML_CONTRACT_REPORTING=sl4jjson
- BESU_DAML_CONTRACT_REPORTING_INTERVAL=PT10S
entrypoint: *besu_command
volumes:
- *random
Expand All @@ -92,8 +90,6 @@ services:
- *besu_log
- *besu_peer_port
- LOG_LEVEL=info
- BESU_DAML_CONTRACT_REPORTING=sl4jjson
- BESU_DAML_CONTRACT_REPORTING_INTERVAL=PT10S
entrypoint: *besu_command
volumes:
- *random
Expand All @@ -110,8 +106,6 @@ services:
- *besu_log
- *besu_peer_port
- LOG_LEVEL=info
- BESU_DAML_CONTRACT_REPORTING=sl4jjson
- BESU_DAML_CONTRACT_REPORTING_INTERVAL=PT10S
entrypoint: *besu_command
volumes:
- *random
Expand Down

0 comments on commit 950ba8e

Please sign in to comment.