瀏覽代碼

Remove file logging completely

pull/339/head
Björn Marten 6 年之前
父節點
當前提交
80e4eb9ab7
共有 1 個檔案被更改,包括 0 行新增5 行删除
  1. +0
    -5
      roles/matrix-bridge-appservice-webhooks/defaults/main.yml

+ 0
- 5
roles/matrix-bridge-appservice-webhooks/defaults/main.yml 查看文件

@@ -76,14 +76,9 @@ matrix_appservice_webhooks_configuration_yaml: |
hookUrlBase: "{{ matrix_appservice_webhooks_inbound_uri_prefix }}"

logging:
file: data/webhook.log
console: true
consoleLevel: {{ matrix_appservice_webhooks_log_level }}
fileLevel: verbose
writeFiles: false
rotate:
size: 52428800 # bytes, default is 50mb
count: 5

matrix_appservice_webhooks_configuration_extension_yaml: |
#


Loading…
取消
儲存