Просмотр исходного кода

Update files for ma1sd: add the common section "Increase logging verbosity"

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4003/head
Suguru Hirahara 1 год назад
Родитель
Сommit
eb5831efa3
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E4F9743DAB4B7B75
2 измененных файлов: 7 добавлений и 4 удалений
  1. +6
    -3
      docs/configuring-playbook-ma1sd.md
  2. +1
    -1
      roles/custom/matrix-ma1sd/defaults/main.yml

+ 6
- 3
docs/configuring-playbook-ma1sd.md Просмотреть файл

@@ -150,10 +150,13 @@ The shortcut commands with the [`just` program](just.md) are also available: `ju

If email address validation emails sent by ma1sd are not reaching you, you should look into [Adjusting email-sending settings](configuring-playbook-email.md).

If you'd like additional logging information, temporarily enable verbose logging for ma1sd.
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-ma1sd`.

To enable it, add the following configuration to your `vars.yml` file:
### 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_ma1sd_verbose_logging: true
# See: https://github.com/ma1uta/ma1sd/blob/master/docs/troubleshooting.md#increase-verbosity
matrix_ma1sd_verbose_logging: false
```

+ 1
- 1
roles/custom/matrix-ma1sd/defaults/main.yml Просмотреть файл

@@ -189,7 +189,7 @@ matrix_ma1sd_self_check_validate_certificates: true

# Controls ma1sd logging verbosity for troubleshooting.
#
# According to: https://github.com/ma1uta/ma1sd/blob/master/docs/troubleshooting.md#increase-verbosity
# See: https://github.com/ma1uta/ma1sd/blob/master/docs/troubleshooting.md#increase-verbosity
matrix_ma1sd_verbose_logging: false

# Setting up support for API prefixes


Загрузка…
Отмена
Сохранить