ソースを参照

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:


読み込み中…
キャンセル
保存