Skip to content

Commit 43e56c7

Browse files
authored
Update Connect logging section
Tweak journalctl commands to work with the volatile logging used in recent versions of Raspberry Pi OS
1 parent 350fba8 commit 43e56c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/asciidoc/services/connect/troubleshooting.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ If you have repeated issues trying to run Connect's required services, run the f
7979
[source,console]
8080
----
8181
$ systemctl --user status rpi-connect-wayvnc.service rpi-connect-wayvnc-watcher.path
82-
$ journalctl --user --follow --unit rpi-connect-wayvnc.service --unit rpi-connect-wayvnc-watcher.path
82+
$ journalctl --follow --user-unit rpi-connect-wayvnc.service --user-unit rpi-connect-wayvnc-watcher.path
8383
----
8484

8585
If the service fails to start or doesn't exist, ensure that your environment meets the following criteria:
@@ -223,5 +223,5 @@ To view logs for the Connect service and its dedicated WayVNC server, run the fo
223223

224224
[source,console]
225225
----
226-
$ journalctl --user --follow --unit rpi-connect --unit rpi-connect-wayvnc
226+
$ journalctl --follow --user-unit rpi-connect --user-unit rpi-connect-wayvnc
227227
----

0 commit comments

Comments
 (0)