mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-10-11 20:40:37 -04:00
Merge branch 'develop' into babolivier/retention_doc
This commit is contained in:
commit
4be582d7c8
83 changed files with 794 additions and 497 deletions
|
@ -692,10 +692,6 @@ media_store_path: "DATADIR/media_store"
|
|||
# config:
|
||||
# directory: /mnt/some/other/directory
|
||||
|
||||
# Directory where in-progress uploads are stored.
|
||||
#
|
||||
uploads_path: "DATADIR/uploads"
|
||||
|
||||
# The largest allowed upload size in bytes
|
||||
#
|
||||
#max_upload_size: 10M
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Example log config file for synapse.
|
||||
# Log configuration for Synapse.
|
||||
#
|
||||
# This is a YAML file containing a standard Python logging configuration
|
||||
# dictionary. See [1] for details on the valid settings.
|
||||
|
@ -20,7 +20,7 @@ handlers:
|
|||
file:
|
||||
class: logging.handlers.RotatingFileHandler
|
||||
formatter: precise
|
||||
filename: /home/rav/work/synapse/homeserver.log
|
||||
filename: /var/log/matrix-synapse/homeserver.log
|
||||
maxBytes: 104857600
|
||||
backupCount: 10
|
||||
filters: [context]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue