瀏覽代碼

Update docs/configuring-playbook-bridge-postmoogle.md: adopt the common section "Troubleshooting"

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4037/head
Suguru Hirahara 1 年之前
父節點
當前提交
76f35d95a2
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: E4F9743DAB4B7B75
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. +4
    -2
      docs/configuring-playbook-bridge-postmoogle.md

+ 4
- 2
docs/configuring-playbook-bridge-postmoogle.md 查看文件

@@ -92,9 +92,11 @@ You can also refer to the upstream [documentation](https://github.com/etkecc/pos

## Troubleshooting

As with all other services, you can find their logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by running something like `journalctl -fu matrix-postmoogle`
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-postmoogle`.

The default logging level for this bridge is `INFO`, but you can increase it to `DEBUG` with the following additional configuration:
### Increase logging verbosity

The default logging level for this component is `INFO`. If you want to increase the verbosity, add the following configuration to your `vars.yml` file and re-run the playbook:

```yaml
matrix_postmoogle_loglevel: 'DEBUG'


Loading…
取消
儲存