Parcourir la source

Update files for matrix-reminder-bot: adopt the common description for logging verbosity levels

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4008/head
Suguru Hirahara il y a 1 an
Parent
révision
ce09746003
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 3 ajouts et 3 suppressions
  1. +2
    -2
      docs/configuring-playbook-bot-matrix-reminder-bot.md
  2. +1
    -1
      roles/custom/matrix-bot-matrix-reminder-bot/templates/config.yaml.j2

+ 2
- 2
docs/configuring-playbook-bot-matrix-reminder-bot.md Voir le fichier

@@ -74,6 +74,6 @@ The default logging level for this component is `INFO`. If you want to increase
```yaml
matrix_bot_matrix_reminder_bot_configuration_extension_yaml: |
logging:
# Allowed levels are 'INFO', 'WARNING', 'ERROR', 'DEBUG' where DEBUG is most verbose
level: INFO
# Valid values: ERROR, WARNING, INFO, DEBUG
level: DEBUG
```

+ 1
- 1
roles/custom/matrix-bot-matrix-reminder-bot/templates/config.yaml.j2 Voir le fichier

@@ -63,7 +63,7 @@ blocklist:
# Logging setup
logging:
# Logging level
# Allowed levels are 'INFO', 'WARNING', 'ERROR', 'DEBUG' where DEBUG is most verbose
# Valid values: ERROR, WARNING, INFO, DEBUG
level: INFO
# Configure logging to a file
file_logging:


Chargement…
Annuler
Enregistrer