For the complete documentation index, see llms.txt. This page is also available as Markdown.

Viewing logs and other commands

Viewing logs

There are several options for viewing logs.

  1. View running containers

docker ps -a

2. Full logs of Beacon and ECDSA nodes:

3. Output of only connected peers (number of connected peers):

Additional commands

  1. Stopping and removing a container:

Save logs to file

Saving container logs to a file for the last 30 minutes:

Last updated