瀏覽代碼

Fix logger name for synapse_auto_accept_invite

The name of the logger needs to match the name of the Python module.

Ref: d673c67678/synapse_auto_accept_invite/__init__.py (L20)
pull/3195/head
Slavi Pantaleev 2 年之前
committed by GitHub
父節點
當前提交
da028abc36
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/custom/matrix-synapse/tasks/ext/synapse-auto-accept-invite/setup_install.yml

+ 1
- 1
roles/custom/matrix-synapse/tasks/ext/synapse-auto-accept-invite/setup_install.yml 查看文件

@@ -17,5 +17,5 @@
{{
matrix_synapse_additional_loggers_auto
+
[{'name': 'matrix_auto_accept_invite', 'level': 'INFO'}]
[{'name': 'synapse_auto_accept_invite', 'level': 'INFO'}]
}}

Loading…
取消
儲存