We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05e598b + eb7976a commit d3a80d5Copy full SHA for d3a80d5
README.md
@@ -190,3 +190,9 @@ You can inspect the current state of any tmate session by with `tmate/session-in
190
* `sudo ./tmate/session-inspect.sh villager-device0`
191
* `sudo ./tmate/session-inspect.sh /tmp/devices/device0/device0.sock`
192
* `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