Ver a proveniência

Update docs/configuring-playbook-bridge-go-skype-bridge.md: add the common section "Troubleshooting"

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4013/head
Suguru Hirahara há 1 ano
ascendente
cometimento
e86254bd54
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: E4F9743DAB4B7B75
1 ficheiros alterados com 13 adições e 0 eliminações
  1. +13
    -0
      docs/configuring-playbook-bridge-go-skype-bridge.md

+ 13
- 0
docs/configuring-playbook-bridge-go-skype-bridge.md Ver ficheiro

@@ -50,3 +50,16 @@ ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,ensure-matrix-use
## Usage ## Usage


To use the bridge, you need to start a chat with `@skypebridgebot:example.com` (where `example.com` is your base domain, not the `matrix.` domain). To use the bridge, you need to start a chat with `@skypebridgebot:example.com` (where `example.com` is your base domain, not the `matrix.` domain).

## 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-go-skype-bridge`.

### Increase logging verbosity

The default logging level for this component is `warn`. If you want to increase the verbosity, add the following configuration to your `vars.yml` file and re-run the playbook:

```yaml
# Options: debug, info, warn, error, fatal
matrix_go_skype_bridge_log_level: 'info'
```

Carregando…
Cancelar
Guardar