add node debug steps

This commit is contained in:
LordGhostX 2024-02-29 02:10:54 +01:00
parent 732606fc62
commit 36e5a718ce
No known key found for this signature in database
GPG Key ID: 520CC5DC4F94FCC7

View File

@ -61,6 +61,12 @@ Start all processes: `nwaku` node, database for storing messages, and Grafana fo
docker-compose up -d
```
View the logs of the node to confirm that it is running correctly:
```shell
docker-compose logs -f nwaku
```
## Interact with the node
Visit <http://localhost:3000/d/yns_4vFVk/nwaku-monitoring> to view your node metrics in real time.