Skip to content

Commit d3a80d5

Browse files
authoredAug 6, 2020
Merge pull request #164 from linted/BenGardiner-patch-1
add a note for how to watch all logs
2 parents 05e598b + eb7976a commit d3a80d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎README.md

+6
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,9 @@ You can inspect the current state of any tmate session by with `tmate/session-in
190190
* `sudo ./tmate/session-inspect.sh villager-device0`
191191
* `sudo ./tmate/session-inspect.sh /tmp/devices/device0/device0.sock`
192192
* `sudo ./tmate/session-inspect.sh device0`
193+
194+
You can watch all the 'logs' from the tmate sessions and the controller with
195+
196+
```sh
197+
sudo journalctl -f -u session@device0.service -u session@device1.service -u session@device2.service -u session@device3.service -u session@device4.service -u session@device5.service -u controller
198+
```

0 commit comments

Comments
 (0)