From ce09746003e77f0f200f93f95fe5e3f6296c1990 Mon Sep 17 00:00:00 2001
From: Suguru Hirahara <acioustick@noreply.codeberg.org>
Date: Mon, 27 Jan 2025 01:28:50 +0900
Subject: [PATCH] Update files for matrix-reminder-bot: adopt the common
 description for logging verbosity levels

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
---
 docs/configuring-playbook-bot-matrix-reminder-bot.md          | 4 ++--
 .../matrix-bot-matrix-reminder-bot/templates/config.yaml.j2   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/configuring-playbook-bot-matrix-reminder-bot.md b/docs/configuring-playbook-bot-matrix-reminder-bot.md
index 269185af1..d637ab299 100644
--- a/docs/configuring-playbook-bot-matrix-reminder-bot.md
+++ b/docs/configuring-playbook-bot-matrix-reminder-bot.md
@@ -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
 ```
diff --git a/roles/custom/matrix-bot-matrix-reminder-bot/templates/config.yaml.j2 b/roles/custom/matrix-bot-matrix-reminder-bot/templates/config.yaml.j2
index f6075388f..e3c458c84 100644
--- a/roles/custom/matrix-bot-matrix-reminder-bot/templates/config.yaml.j2
+++ b/roles/custom/matrix-bot-matrix-reminder-bot/templates/config.yaml.j2
@@ -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: