瀏覽代碼

whatsapp bridge: disable logging to external files

The same logs still go to the systemd journal.
pull/1875/head
3hhh 3 年之前
父節點
當前提交
39914881a7
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: EB03A691DB2F0833
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      roles/matrix-bridge-mautrix-whatsapp/templates/config.yaml.j2

+ 2
- 1
roles/matrix-bridge-mautrix-whatsapp/templates/config.yaml.j2 查看文件

@@ -211,7 +211,8 @@ logging:
# The directory for log files. Will be created if not found.
directory: ./logs
# Available variables: .Date for the file date and .Index for different log files on the same day.
file_name_format: "{{ '{{.Date}}-{{.Index}}.log' }}"
# empy/null = journal logging only
file_name_format:
# Date format for file names in the Go time format: https://golang.org/pkg/time/#pkg-constants
file_date_format: "2006-01-02"
# Log file permissions.


Loading…
取消
儲存