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 db7c31d commit b3cd84a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions packages/website/pages/docs/guides/enable-a-proposer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,21 +80,13 @@ If you are not running a local prover, then you can specify a prover from the [p

### Check proposer status logs

To see if your proposer is running correctly or has errors run:

```sh
docker compose logs -f taiko_client_proposer
```

### See proposed blocks

When you run:
Run this command to verify you have some proposer logs:

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

if your proposer successfully proposed a block, your logs should show: `📝 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 b3cd84a

Please sign in to comment.