mirror of https://github.com/waku-org/nwaku.git
1.4 KiB
1.4 KiB
FAQ
Where do I find cluster node logs? (internal)
At Kibana
Login with Github. For access issues, contact devops.
Modify search field and time window as appropriate.
How do I see what address a node is listening for?
Grep for "Listening on". It should be printed at INFO level at the beginning. E.g. from Kibana:
Oct 7, 2020 @ 23:17:00.383INF 2020-10-07 23:17:00.375+00:00 Listening on topics="wakunode" tid=1 file=wakunode2.nim:140 full=/ip4/0.0.0.0/tcp/60000/p2p/16Uiu2HAmJb2e28qLXxT5kZxVUUoJt72EMzNGXB47Rxx5hw3q4YjS
How do I update all submodules at once?
git submodule foreach --recursive git submodule update --init