mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-10 09:08:55 +01:00
Update docs/configuring-playbook-bot-honoroit.md: add the common section "Troubleshooting"
See da66cc4d0e/internal/config/config_test.go
for the confirmation of logging level (debug).
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
parent
53fabab5a7
commit
ef48afca67
@ -81,3 +81,15 @@ After the bot joins the room, any Matrix user can send a message to it to start
|
|||||||
Send `!ho help` to the bot in the room to see the available commands.
|
Send `!ho help` to the bot in the room to see the available commands.
|
||||||
|
|
||||||
You can also refer to the upstream [documentation](https://github.com/etkecc/honoroit#features).
|
You can also refer to the upstream [documentation](https://github.com/etkecc/honoroit#features).
|
||||||
|
|
||||||
|
## 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-honoroit`.
|
||||||
|
|
||||||
|
### Increase logging verbosity
|
||||||
|
|
||||||
|
If you want to increase the verbosity, add the following configuration to your `vars.yml` file and re-run the playbook:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
matrix_bot_honoroit_loglevel: 'DEBUG'
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user