Update docs/configuring-playbook-synapse-admin.md: add the common section "Troubleshooting"

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara 2025-01-30 15:51:58 +09:00
parent 39066954b3
commit 57172d85e4
No known key found for this signature in database
GPG Key ID: E4F9743DAB4B7B75

View File

@ -72,3 +72,7 @@ The shortcut commands with the [`just` program](just.md) are also available: `ju
After installation, Synapse Admin will be accessible at: `https://matrix.example.com/synapse-admin/`
To use Synapse Admin, you need to have [registered at least one administrator account](registering-users.md) on your server.
## 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-synapse-admin`.