diff options
author | Mark Haines <mjark@negativecurvature.net> | 2017-01-10 14:27:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-10 14:27:55 +0000 |
commit | 024eb98524bf4328c855c9c37828ab3bed8e7454 (patch) | |
tree | 3d8efc86131758e1251f8a9d751fe704c71e97d5 | |
parent | Merge pull request #1789 from matrix-org/erikj/decouple_presence (diff) | |
parent | Log which files we saved attachments to in the media_repository (diff) | |
download | synapse-024eb98524bf4328c855c9c37828ab3bed8e7454.tar.xz |
Merge pull request #1791 from matrix-org/markjh/file_logging
Log which files we saved attachments to in the media_repository
-rw-r--r-- | synapse/rest/media/v1/media_repository.py | 4 | ||||
-rw-r--r-- | synapse/rest/media/v1/thumbnailer.py | 5 | ||||
-rw-r--r-- | synapse/rest/media/v1/upload_resource.py | 2 |
3 files changed, 11 insertions, 0 deletions
diff --git a/synapse/rest/media/v1/media_repository.py b/synapse/rest/media/v1/media_repository.py |