From 36e5a718ce812c7920f04517b4c7fcf5ae51d7b4 Mon Sep 17 00:00:00 2001 From: LordGhostX Date: Thu, 29 Feb 2024 02:10:54 +0100 Subject: [PATCH] add node debug steps --- docs/guides/nwaku/run-docker-compose.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/guides/nwaku/run-docker-compose.md b/docs/guides/nwaku/run-docker-compose.md index 3a52ce1..ae29284 100644 --- a/docs/guides/nwaku/run-docker-compose.md +++ b/docs/guides/nwaku/run-docker-compose.md @@ -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 to view your node metrics in real time.