瀏覽代碼

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 年之前
父節點
當前提交
ce09746003
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: E4F9743DAB4B7B75
共有 2 個檔案被更改,包括 3 行新增3 行删除
  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 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存