Skip to content

Commit 28f1bee

Browse files
committed
remove server debug logging
1 parent 83ce4c5 commit 28f1bee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/rv-run-proofs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,11 @@ jobs:
117117
bash -c "ls -la artefacts; mkdir -p artefacts/proof; ls -la artefacts"
118118
timeout 7200 \
119119
docker exec \
120-
--env KORE_RPC_OPTS="--log-context *>depth. --log-context *>proxy " \
121120
--workdir /workdir "${KMIR_CONTAINER_NAME}" \
122121
kmir prove-rs --smir artefacts/p-token.smir.json \
123122
--start-symbol 'pinocchio_token_program::entrypoint::${{ matrix.proof }}' \
124123
--verbose \
125-
--max-depth 10 \
124+
--max-depth 500 \
126125
--max-iterations 100 \
127126
--proof-dir artefacts/proof
128127
docker exec --workdir /workdir "${KMIR_CONTAINER_NAME}" \

0 commit comments

Comments
 (0)