このサイトは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
3年前
committed by
GitHub
親
14f7eed932
6666d23079
コミット
122cda6f10
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID:
4AEE18F83AFDEB23
1個のファイルの変更
、
3行の追加
、
9行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
書き込み
プレビュー
読み込み中…
キャンセル
保存