瀏覽代碼

Update docs/configuring-playbook-bot-buscarron.md: add the common section "Troubleshooting"

See roles/custom/matrix-bot-buscarron/defaults/main.yml at 601406ddda for the default log value (INFO).

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3999/head
Suguru Hirahara 1 年之前
父節點
當前提交
2a7111f287
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: E4F9743DAB4B7B75
共有 1 個檔案被更改,包括 12 行新增0 行删除
  1. +12
    -0
      docs/configuring-playbook-bot-buscarron.md

+ 12
- 0
docs/configuring-playbook-bot-buscarron.md 查看文件

@@ -104,3 +104,15 @@ Here is an example for the `contact` form:
If you get banned, you'd need to restart the process by running the playbook with `--tags=start` or running `systemctl restart matrix-bot-buscarron` on the server.

You can also refer to the upstream [documentation](https://github.com/etkecc/buscarron).

## 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-bot-buscarron`.

### 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_bot_buscarron_loglevel: DEBUG
```

Loading…
取消
儲存