Skip to content

Commit

Permalink
feat: activate debug log for signers in infra
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed May 17, 2024
1 parent e646377 commit 4849258
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ services:
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/mithril:/mithril-signer-${SIGNER_ID}/mithril
- ../data/${NETWORK}/mithril-aggregator/cardano/db:/mithril-aggregator/cardano/db
- ../data/${NETWORK}/mithril-aggregator/cardano/ipc:/ipc
command: [ "-vvv" ]
logging:
driver: "${LOGGING_DRIVER}"
options:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ services:
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/mithril:/mithril-signer-${SIGNER_ID}/mithril
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/db/passive:/mithril-signer-${SIGNER_ID}/cardano/db
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/ipc:/ipc
command: [ "-vvv" ]
depends_on:
cardano-node-signer:
condition: service_started
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ services:
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/mithril:/mithril-signer-${SIGNER_ID}/mithril
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/db/passive:/mithril-signer-${SIGNER_ID}/cardano/db
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/ipc:/ipc
command: [ "-vvv" ]
depends_on:
cardano-node-signer:
condition: service_started
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ services:
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/mithril:/mithril-signer-${SIGNER_ID}/mithril
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/db/passive:/mithril-signer-${SIGNER_ID}/cardano/db
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/ipc:/ipc
command: [ "-vvv" ]
depends_on:
cardano-node-signer:
condition: service_started
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ services:
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/pool:/mithril-signer-${SIGNER_ID}/cardano/pool
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/ipc:/ipc
- ./cardano-configurations/network/${NETWORK}:/config
command: [ "-vvv" ]
depends_on:
cardano-node-signer-block-producer:
condition: service_started
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ services:
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/pool:/mithril-signer-${SIGNER_ID}/cardano/pool
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/ipc:/ipc
- ./cardano-configurations/network/${NETWORK}:/config
command: [ "-vvv" ]
depends_on:
cardano-node-signer-block-producer:
condition: service_started
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ services:
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/pool:/mithril-signer-${SIGNER_ID}/cardano/pool
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/ipc:/ipc
- ./cardano-configurations/network/${NETWORK}:/config
command: [ "-vvv" ]
depends_on:
cardano-node-signer-block-producer:
condition: service_started
Expand Down

0 comments on commit 4849258

Please sign in to comment.