Explorar o código

Update example config

Tulir Asokan %!s(int64=4) %!d(string=hai) anos
pai
achega
93872334f3
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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]