Skip to content

Commit

Permalink
fix(website): fix run a node guide prover logs (#13421)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us committed Mar 22, 2023
1 parent 39ce0f2 commit 71d85c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/website/pages/docs/guides/run-a-node.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,26 +112,26 @@ docker compose pull

To view the Docker logs, the following commands can be ran:

**View all logs**
###### View all logs

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

\*\*View the prover image's logs
###### View the prover image's logs

```sh
docker compose logs -f taiko_client_prover
```

**View the L2 execution engine logs**
###### View the L2 execution engine logs

```sh
docker compose logs -f l2_execution_engine
```

**View the live data streams of your running containers (CPU/MEM USAGE %), and consumption of your machine's resources (add prefix "`docker stats -a`" to display all containers)**

###### View the live data streams of your running containers
This shows the CPU/MEM USAGE % and consumption of your machine's resources (add prefix "`docker stats -a`" to display all containers)
```sh
docker stats
```
Expand Down

0 comments on commit 71d85c2

Please sign in to comment.