소스 검색

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
No known key found for this signature in database 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'}]
}}

불러오는 중...
취소
저장