From 4aaed67c219eb6a03448901520e9a2b7afa47220 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 29 Jan 2025 20:05:43 +0900 Subject: [PATCH] Update docs/configuring-playbook-matrix-registration.md: add the common section "Troubleshooting" Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-matrix-registration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configuring-playbook-matrix-registration.md b/docs/configuring-playbook-matrix-registration.md index b09842fbe..e46fbc652 100644 --- a/docs/configuring-playbook-matrix-registration.md +++ b/docs/configuring-playbook-matrix-registration.md @@ -101,3 +101,7 @@ ansible-playbook -i inventory/hosts setup.yml \ ``` The shortcut command with `just` program is also available: `just run-tags list-matrix-registration-tokens` + +## Troubleshooting + +As with all other services, you can find the logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by logging in to the server with SSH and running `journalctl -fu matrix-registration`.