Skip to content

Commit 4849258

Browse files
committed
feat: activate debug log for signers in infra
1 parent e646377 commit 4849258

7 files changed

+7
-0
lines changed

mithril-infra/assets/docker/docker-compose-signer-unverified-alone.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ services:
3131
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/mithril:/mithril-signer-${SIGNER_ID}/mithril
3232
- ../data/${NETWORK}/mithril-aggregator/cardano/db:/mithril-aggregator/cardano/db
3333
- ../data/${NETWORK}/mithril-aggregator/cardano/ipc:/ipc
34+
command: [ "-vvv" ]
3435
logging:
3536
driver: "${LOGGING_DRIVER}"
3637
options:

mithril-infra/assets/docker/docker-compose-signer-unverified-norelay.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ services:
6767
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/mithril:/mithril-signer-${SIGNER_ID}/mithril
6868
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/db/passive:/mithril-signer-${SIGNER_ID}/cardano/db
6969
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/ipc:/ipc
70+
command: [ "-vvv" ]
7071
depends_on:
7172
cardano-node-signer:
7273
condition: service_started

mithril-infra/assets/docker/docker-compose-signer-unverified-p2p.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ services:
6767
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/mithril:/mithril-signer-${SIGNER_ID}/mithril
6868
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/db/passive:/mithril-signer-${SIGNER_ID}/cardano/db
6969
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/ipc:/ipc
70+
command: [ "-vvv" ]
7071
depends_on:
7172
cardano-node-signer:
7273
condition: service_started

mithril-infra/assets/docker/docker-compose-signer-unverified.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ services:
7777
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/mithril:/mithril-signer-${SIGNER_ID}/mithril
7878
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/db/passive:/mithril-signer-${SIGNER_ID}/cardano/db
7979
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/ipc:/ipc
80+
command: [ "-vvv" ]
8081
depends_on:
8182
cardano-node-signer:
8283
condition: service_started

mithril-infra/assets/docker/docker-compose-signer-verified-norelay.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ services:
123123
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/pool:/mithril-signer-${SIGNER_ID}/cardano/pool
124124
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/ipc:/ipc
125125
- ./cardano-configurations/network/${NETWORK}:/config
126+
command: [ "-vvv" ]
126127
depends_on:
127128
cardano-node-signer-block-producer:
128129
condition: service_started

mithril-infra/assets/docker/docker-compose-signer-verified-p2p.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ services:
123123
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/pool:/mithril-signer-${SIGNER_ID}/cardano/pool
124124
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/ipc:/ipc
125125
- ./cardano-configurations/network/${NETWORK}:/config
126+
command: [ "-vvv" ]
126127
depends_on:
127128
cardano-node-signer-block-producer:
128129
condition: service_started

mithril-infra/assets/docker/docker-compose-signer-verified.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ services:
133133
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/pool:/mithril-signer-${SIGNER_ID}/cardano/pool
134134
- ../data/${NETWORK}/mithril-signer-${SIGNER_ID}/cardano/ipc:/ipc
135135
- ./cardano-configurations/network/${NETWORK}:/config
136+
command: [ "-vvv" ]
136137
depends_on:
137138
cardano-node-signer-block-producer:
138139
condition: service_started

0 commit comments

Comments
 (0)