本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
overmind
/
matrix-docker-ansible-deploy
镜像来自
https://github.com/spantaleev/matrix-docker-ansible-deploy
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
Merge pull request
#2799
from ThellraAK/gmessages-logging2
Gmessage bridge: Remove file logging, and add existing log level variable to config
pull/2791/head^2
Slavi Pantaleev
2 年之前
committed by
GitHub
父節點
14f7eed932
6666d23079
當前提交
122cda6f10
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID:
4AEE18F83AFDEB23
共有
1 個檔案被更改
,包括
3 行新增
和
9 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-9
roles/custom/matrix-bridge-mautrix-gmessages/templates/config.yaml.j2
+ 3
- 9
roles/custom/matrix-bridge-mautrix-gmessages/templates/config.yaml.j2
查看文件
@@ -286,13 +286,7 @@ bridge:
# Logging config. See https://github.com/tulir/zeroconfig for details.
logging:
min_level:
debug
min_level:
{{ matrix_mautrix_gmessages_logging_level }}
writers:
- type: stdout
format: pretty-colored
- type: file
format: json
filename: ./logs/mautrix-gmessages.log
max_size: 100
max_backups: 10
compress: true
- type: stdout
format: pretty-colored
Write
Preview
Loading…
取消
儲存