diff options
author | Erik Johnston <erikj@jki.re> | 2017-06-16 13:01:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-16 13:01:19 +0100 |
commit | dfeca6cf40cdc151b75aa9ec1a3258faf50f7f82 (patch) | |
tree | a99404e75b53026d7b35dcc214c749b604763db4 /synapse/app/federation_sender.py | |
parent | Merge pull request #2280 from matrix-org/erikj/share_room_user_dir (diff) | |
parent | Initial worker impl (diff) | |
download | synapse-dfeca6cf40cdc151b75aa9ec1a3258faf50f7f82.tar.xz |
Merge pull request #2286 from matrix-org/erikj/split_out_user_dir
Split out user directory to a separate process
Diffstat (limited to 'synapse/app/federation_sender.py')
-rw-r--r-- | synapse/app/federation_sender.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/app/federation_sender.py b/synapse/app/federation_sender.py index e51a69074d..03327dc47a 100644 --- a/synapse/app/federation_sender.py +++ b/synapse/app/federation_sender.py @@ -51,7 +51,7 @@ import sys import logging import gc -logger = logging.getLogger("synapse.app.appservice") +logger = logging.getLogger("synapse.app.federation_sender") class FederationSenderSlaveStore( |