Browse 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 1 year ago
parent
commit
ce09746003
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
2 changed files with 3 additions and 3 deletions
  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 View File

@@ -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 View File

@@ -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:


Loading…
Cancel
Save