From bf7f2f6734a21750e01836ec1b02c30b963dfee2 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 26 Jan 2025 03:01:34 +0900 Subject: [PATCH] Update docs/configuring-playbook-bot-baibot.md: adopt the common description for increasing logging verbosity Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-bot-baibot.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/configuring-playbook-bot-baibot.md b/docs/configuring-playbook-bot-baibot.md index 01984a4b7..ac270d3a3 100644 --- a/docs/configuring-playbook-bot-baibot.md +++ b/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.