Parcourir la source

Update files for Pantalaimon: adopt the common description for logging verbosity

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4045/head
Suguru Hirahara il y a 1 an
Parent
révision
6b52755192
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: E4F9743DAB4B7B75
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      docs/configuring-playbook-pantalaimon.md
  2. +1
    -1
      roles/custom/matrix-pantalaimon/defaults/main.yml

+ 1
- 1
docs/configuring-playbook-pantalaimon.md Voir le fichier

@@ -42,6 +42,6 @@ As with all other services, you can find the logs in [systemd-journald](https://
The default logging level for this component is `Warning`. If you want to increase the verbosity, add the following configuration to your `vars.yml` file and re-run the playbook:

```yaml
# Pantalaimon log level, case-insensitive (Error, Warning, Info, Debug)
# Valid values: Error, Warning, Info, Debug
matrix_pantalaimon_log_level: Debug
```

+ 1
- 1
roles/custom/matrix-pantalaimon/defaults/main.yml Voir le fichier

@@ -42,7 +42,7 @@ matrix_pantalaimon_systemd_wanted_services_list_default: []
matrix_pantalaimon_systemd_wanted_services_list_auto: []
matrix_pantalaimon_systemd_wanted_services_list_custom: []

# Pantalaimon log level, case-insensitive (Error, Warning, Info, Debug)
# Valid values: Error, Warning, Info, Debug
matrix_pantalaimon_log_level: Warning

# Base URL where matrix-pantalaimon can reach your homeserver C-S API.


Chargement…
Annuler
Enregistrer