浏览代码

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'}]
}}

正在加载...
取消
保存