forked from fedimint/fedimint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.tmuxinator.yml
45 lines (44 loc) · 1.15 KB
/
.tmuxinator.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: fedimint-dev
root: .
socket_name: fedimint-dev
pre_window:
- source scripts/dev/aliases.sh
tmux_detached: false
windows:
- main:
panes:
- user:
- source scripts/dev/tmuxinator/user-shell.sh
- federation:
panes:
- fedimint0:
- tail -n +0 -F $FM_LOGS_DIR/fedimintd-0.log
- fedimint1:
- tail -n +0 -F $FM_LOGS_DIR/fedimintd-1.log
- fedimint2:
- tail -n +0 -F $FM_LOGS_DIR/fedimintd-2.log
- fedimint3:
- tail -n +0 -F $FM_LOGS_DIR/fedimintd-3.log
- lightning:
layout: tiled
panes:
- cln:
- tail -n +0 -F $FM_LOGS_DIR/lightningd.log
- lnd:
- tail -n +0 -F $FM_LOGS_DIR/lnd.log
- cln-gw:
- tail -n +0 -F $FM_LOGS_DIR/gatewayd-cln.log
- lnd-gw:
- tail -n +0 -F $FM_LOGS_DIR/gatewayd-lnd.log
- bitcoin:
panes:
- bitcoind:
- tail -n +0 -F $FM_LOGS_DIR/bitcoind.log
- faucet:
panes:
- log:
- tail -n +0 -F $FM_LOGS_DIR/faucet.log
- devimint:
panes:
- log:
- tail -n +0 -F $FM_LOGS_DIR/devimint-outer.log