Skip to content

Commit

Permalink
docs(website): Update enable-a-proposer.mdx with command to check Pro…
Browse files Browse the repository at this point in the history
…poser logs (#14844)
  • Loading branch information
0xCryptic1 authored and KorbinianK committed Oct 2, 2023
1 parent 7900d8e commit fac8f72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/website/pages/docs/guides/enable-a-proposer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ If you are not running a local prover, then you can specify a prover from the [p

### Verify proposer logs

Run this command to verify you have some proposer logs:

```sh
docker compose logs -f taiko_client_proposer | egrep "Propose transactions succeeded"
```

You should see a log if you have proposed a block: `📝 Propose transactions succeeded`.

You can check all commands to see proposer logs in the [node runner manual](/docs/manuals/node-runner-manual#view-client-proposer-logs).
Expand Down

0 comments on commit fac8f72

Please sign in to comment.