瀏覽代碼

Update docs/configuring-playbook-bot-baibot.md: adopt the common description for increasing logging verbosity

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

+ 3
- 1
docs/configuring-playbook-bot-baibot.md 查看文件

@@ -400,7 +400,9 @@ You can also refer to the upstream [baibot](https://github.com/etkecc/baibot) pr

As with all other services, you can find service logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by running something like `journalctl -fu matrix-bot-baibot`

The default logging level for this service is `info`, but you can increase it to `debug` (or even `trace`) with the following additional configuration:
### Increase logging verbosity

The default logging level for this service is `info`. If you want to increase the verbosity to `debug` (or even `trace`), add the following configuration to your `vars.yml` file and re-run the playbook:

```yaml
# Adjust the bot's own logging level.


Loading…
取消
儲存