mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
doc: add fly commands to view logs
This commit is contained in:
parent
38ccc0bdf3
commit
fb3e0885fe
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue