Procházet zdrojové kódy

Removed additional logging to filesystem by default

pull/2783/head
Michael Hollister před 2 roky
rodič
revize
6365118067
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/custom/matrix-media-repo/defaults/main.yml

+ 1
- 1
roles/custom/matrix-media-repo/defaults/main.yml Zobrazit soubor

@@ -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.


Načítá se…
Zrušit
Uložit