Skip to content

Commit 60083ba

Browse files
authored
chore: Lower scenario test logging to info level (#4000)
Signed-off-by: jamshale <jamiehalebc@gmail.com>
1 parent 46dcc3e commit 60083ba

19 files changed

Lines changed: 44 additions & 44 deletions

File tree

scenarios/examples/anoncreds_issuance_and_revocation/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,5 @@
120120
--host 0.0.0.0
121121
--port 6543
122122
--storage-path /tmp/tails-files
123-
--log-level INFO
123+
--log-level info
124124

scenarios/examples/anoncreds_issuance_and_revocation/example.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ async def main():
133133
schema_name=schema_name,
134134
)
135135

136-
# Present the the credential's attributes
136+
# Present the credential's attributes
137137
_, verifier_ex = await anoncreds_present_proof_v2(
138138
holder_anoncreds,
139139
issuer,
@@ -160,7 +160,7 @@ async def main():
160160

161161
await holder_anoncreds.record(topic="revocation-notification")
162162

163-
# Present the the credential's attributes
163+
# Present the credential's attributes
164164
now = int(datetime.now().timestamp())
165165
_, verifier_ex = await anoncreds_present_proof_v2(
166166
holder_anoncreds,
@@ -226,7 +226,7 @@ async def main():
226226
schema_name=schema_name,
227227
)
228228

229-
# Present the the credential's attributes
229+
# Present the credential's attributes
230230
_, verifier_ex = await anoncreds_present_proof_v2(
231231
holder_indy,
232232
issuer,

scenarios/examples/connectionless/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
--host 0.0.0.0
7373
--port 6543
7474
--storage-path /tmp/tails-files
75-
--log-level INFO
75+
--log-level info
7676
7777
example:
7878
container_name: controller

scenarios/examples/did_indy_issuance_and_revocation/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@
8585
--host 0.0.0.0
8686
--port 6543
8787
--storage-path /tmp/tails-files
88-
--log-level INFO
88+
--log-level info
8989

scenarios/examples/did_indy_issuance_and_revocation/example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
from acapy_controller.protocols import (
1515
DIDResult,
1616
anoncreds_publish_revocation,
17+
anoncreds_revoke,
1718
didexchange,
1819
indy_anoncred_credential_artifacts,
19-
anoncreds_revoke,
2020
indy_issue_credential_v2,
2121
indy_present_proof_v2,
2222
params,
@@ -97,7 +97,7 @@ async def main():
9797
{"firstname": "Bob", "lastname": "Builder"},
9898
)
9999

100-
# Present the the credential's attributes
100+
# Present the credential's attributes
101101
await indy_present_proof_v2(
102102
bob,
103103
alice,

scenarios/examples/json_ld/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
-ot http
1010
-e http://alice:3000
1111
--admin 0.0.0.0 3001 --admin-insecure-mode
12-
--log-level debug
12+
--log-level info
1313
--genesis-url https://test.bcovrin.vonx.io/genesis
1414
--wallet-type askar
1515
--wallet-name alice
@@ -34,7 +34,7 @@
3434
-ot http
3535
-e http://bob:3000
3636
--admin 0.0.0.0 3001 --admin-insecure-mode
37-
--log-level debug
37+
--log-level info
3838
--genesis-url https://test.bcovrin.vonx.io/genesis
3939
--wallet-type askar
4040
--wallet-name bob

scenarios/examples/kanon_issuance_and_presentation/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
--host 0.0.0.0
113113
--port 6543
114114
--storage-path /tmp/tails-files
115-
--log-level INFO
115+
--log-level info
116116
117117
wallet-db:
118118
image: postgres:12

scenarios/examples/mediation/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
--wallet-name alice
1919
--wallet-key insecure
2020
--auto-provision
21-
--log-level debug
21+
--log-level info
2222
--debug-webhooks
2323
healthcheck:
2424
test: curl -s -o /dev/null -w '%{http_code}' "http://localhost:3001/status/live" | grep "200" > /dev/null
@@ -46,7 +46,7 @@
4646
--wallet-name bob
4747
--wallet-key insecure
4848
--auto-provision
49-
--log-level debug
49+
--log-level info
5050
--debug-webhooks
5151
--monitor-revocation-notification
5252
healthcheck:
@@ -75,7 +75,7 @@
7575
--wallet-name mediator
7676
--wallet-key insecure
7777
--auto-provision
78-
--log-level debug
78+
--log-level info
7979
--debug-webhooks
8080
--enable-undelivered-queue
8181
healthcheck:

scenarios/examples/multitenancy/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
--multitenant-admin
2222
--jwt-secret insecure
2323
--multitenancy-config wallet_type=single-wallet-askar key_derivation_method=RAW
24-
--log-level debug
24+
--log-level info
2525
--debug-webhooks
2626
healthcheck:
2727
test: curl -s -o /dev/null -w '%{http_code}' "http://localhost:3001/status/live" | grep "200" > /dev/null
@@ -57,5 +57,5 @@
5757
--host 0.0.0.0
5858
--port 6543
5959
--storage-path /tmp/tails-files
60-
--log-level INFO
60+
--log-level info
6161

scenarios/examples/multitenancy/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ async def main():
9797
{"firstname": "Bob", "lastname": "Builder"},
9898
)
9999

100-
# Present the the credential's attributes
100+
# Present the credential's attributes
101101
await indy_present_proof_v2(
102102
bob,
103103
alice,

0 commit comments

Comments
 (0)