소스 검색

Update example config

Tulir Asokan 4 년 전
부모
커밋
93872334f3
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      mautrix_instagram/example-config.yaml

+ 3 - 1
mautrix_instagram/example-config.yaml

@@ -76,7 +76,7 @@ bridge:
     # Displayname template for Instagram users.
     # {displayname} is replaced with the display name of the Instagram user.
     # {username} is replaced with the username of the Instagram user.
-    displayname_template: "{displayname} (Instagram)"
+    displayname_template: "{username} (Instagram)"
 
     # Maximum length of displayname
     displayname_max_length: 100
@@ -200,6 +200,8 @@ logging:
             level: DEBUG
         aiohttp:
             level: INFO
+        paho.mqtt:
+            level: INFO
     root:
         level: DEBUG
         handlers: [file, console]