mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 01:20:38 +00:00
Removed additional logging to filesystem by default
This commit is contained in:
parent
d565c1607b
commit
6365118067
|
@ -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…
Reference in New Issue
Block a user