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

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara 2025-01-27 01:28:50 +09:00
parent 4ed111ff74
commit ce09746003
No known key found for this signature in database
GPG Key ID: E4F9743DAB4B7B75
2 changed files with 3 additions and 3 deletions

View File

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

View File

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