Browse Source

Update docs/configuring-playbook-mautrix-bridges.md: add descriptions to each section

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3913/head
Suguru Hirahara 1 year ago
parent
commit
31ebe8a3db
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      docs/configuring-playbook-mautrix-bridges.md

+ 5
- 3
docs/configuring-playbook-mautrix-bridges.md View File

@@ -85,19 +85,21 @@ matrix_mautrix_SERVICENAME_configuration_extension_yaml: |


### Set the bot's username (optional) ### Set the bot's username (optional)


To set the bot's username, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:

```yaml ```yaml
matrix_mautrix_SERVICENAME_appservice_bot_username: "BOTNAME" matrix_mautrix_SERVICENAME_appservice_bot_username: "BOTNAME"
``` ```


Can be used to set the username for the bridge.

### Configure the logging level (optional) ### Configure the logging level (optional)


To specify the logging level, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:

```yaml ```yaml
matrix_mautrix_SERVICENAME_logging_level: WARN matrix_mautrix_SERVICENAME_logging_level: WARN
``` ```


to `vars.yml` to control the logging level, where you may replace WARN with one of the following to control the verbosity of the logs generated: TRACE, DEBUG, INFO, WARN, ERROR, or FATAL.
Replace WARN with one of the following to control the verbosity of the logs generated: TRACE, DEBUG, INFO, WARN, ERROR, or FATAL.


If you have issues with a service, and are requesting support, the higher levels of logging will generally be more helpful. If you have issues with a service, and are requesting support, the higher levels of logging will generally be more helpful.




Loading…
Cancel
Save