瀏覽代碼

Removed additional logging to filesystem by default

pull/2783/head
Michael Hollister 3 年之前
父節點
當前提交
6365118067
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/custom/matrix-media-repo/defaults/main.yml

+ 1
- 1
roles/custom/matrix-media-repo/defaults/main.yml 查看文件

@@ -55,7 +55,7 @@ matrix_media_repo_port: 8000
#
# Note: to change the log directory you'll have to restart the repository. This setting cannot be
# live reloaded.
matrix_media_repo_log_directory: logs
matrix_media_repo_log_directory: "{{ '\"-\"' }}"

# Set to true to enable color coding in your logs. Note that this may cause escape sequences to
# appear in logs which render them unreadable, which is why colors are disabled by default.


Loading…
取消
儲存