File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -189,16 +189,16 @@ jobs:
189189 ./fhevm-cli logs relayer
190190 echo "::endgroup::"
191191 echo "::group::SNS Worker Logs"
192- ./fhevm-cli logs sns-worker | grep -v "Selected 0 rows to process"
192+ ./fhevm-cli logs coprocessor- sns-worker | grep -v "Selected 0 rows to process"
193193 echo "::endgroup::"
194194 echo "::group::Transaction Sender Logs (filtered)"
195- ./fhevm-cli logs transaction-sender | grep -v "Selected 0 rows to process"
195+ ./fhevm-cli logs coprocessor- transaction-sender | grep -v "Selected 0 rows to process"
196196 echo "::endgroup::"
197197 echo "::group::Host Listener"
198- ./fhevm-cli logs host-listener
198+ ./fhevm-cli logs coprocessor- host-listener
199199 echo "::endgroup::"
200200 echo "::group::Gateway Listener"
201- ./fhevm-cli logs gw-listener
201+ ./fhevm-cli logs coprocessor- gw-listener
202202 echo "::endgroup::"
203203
204204 - name : Cleanup
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ case $COMMAND in
251251 fi
252252
253253 echo -e " ${LIGHT_BLUE} [LOGS]${RESET} ${BOLD} Showing logs for $SERVICE ...${RESET} "
254- docker logs " ${PROJECT} - ${ SERVICE}"
254+ docker logs " ${SERVICE} "
255255 ;;
256256
257257 * )
You can’t perform that action at this time.
0 commit comments