Skip to content
Snippets Groups Projects
Commit 883df2e9 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

fix logger for client_reader worker

parent 995f2f03
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ import sys ...@@ -51,7 +51,7 @@ import sys
import logging import logging
import gc import gc
logger = logging.getLogger("synapse.app.federation_reader") logger = logging.getLogger("synapse.app.client_reader")
class ClientReaderSlavedStore( class ClientReaderSlavedStore(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment