本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
overmind
/
matrix-docker-ansible-deploy
镜像来自
https://github.com/spantaleev/matrix-docker-ansible-deploy
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
Disable logging to file. Set console logging to verbose.
pull/107/head
Edgars Voroboks
7 年之前
父節點
30738d064e
當前提交
b2263f811a
共有
1 個檔案被更改
,包括
3 行新增
和
3 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
roles/matrix-dimension/templates/config.yaml.j2
+ 3
- 3
roles/matrix-dimension/templates/config.yaml.j2
查看文件
@@ -71,10 +71,10 @@ telegram:
# Settings for controlling how logging works
logging:
file:
logs/dimension.log
file:
/dev/null
console: true
consoleLevel:
info
fileLevel:
verbose
consoleLevel:
verbose
fileLevel:
info
rotate:
size: 52428800 # bytes, default is 50mb
count: 5
Write
Preview
Loading…
取消
儲存