mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
doc: prefer journalctl parameters over pipes
This commit is contained in:
parent
3cae8df1d7
commit
2802f2a20e
@ -37,14 +37,14 @@ qube and service you intend to use, such as qube `code` and service
|
||||
On `dom0`, watch the Qrexec policy logs:
|
||||
|
||||
```sh
|
||||
sudo journalctl -fu qubes-qrexec-policy-daemon | cut -d " " -f 7-
|
||||
sudo journalctl -o cat -fu qubes-qrexec-policy-daemon -S -30s
|
||||
```
|
||||
|
||||
If you ave many simultaneous calls being shown, get on the important ones:
|
||||
If you ave many simultaneous calls being shown, get only the important ones
|
||||
relevant to the service you are debugging:
|
||||
|
||||
```sh
|
||||
sudo journalctl -fu qubes-qrexec-policy-daemon | cut -d " " -f 7- \
|
||||
| grep -e qubes.GetDate -e qubes.Filecopy
|
||||
sudo journalctl -o cat -fu qubes-qrexec-policy-daemon -S -30s -g qubes.GetDate
|
||||
```
|
||||
|
||||
You can emulate the call from `dom0`:
|
||||
|
Loading…
Reference in New Issue
Block a user