mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-12 03:58:19 +00:00
Merge pull request #4034 from luixxiul/patch-1
Update docs/configuring-playbook-bot-baibot.md: adopt the common description for increasing logging verbosity
This commit is contained in:
commit
48296b2b30
@ -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`
|
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
|
```yaml
|
||||||
# Adjust the bot's own logging level.
|
# Adjust the bot's own logging level.
|
||||||
|
Loading…
Reference in New Issue
Block a user