doc: add fly commands to view logs

This commit is contained in:
Roland Bewick 2024-03-05 12:17:12 +07:00
parent 38ccc0bdf3
commit fb3e0885fe

View file

@ -248,6 +248,16 @@ Run NWC on your own node!
- run `fly deploy`
#### View logs
Main application logs
- `fly logs`
LDK logs:
- `fly machine exec "tail -100 data/ldk/logs/ldk_node_latest.log"`
### Custom Ubuntu VM
- install go (using snap)