summary refs log tree commit diff
path: root/docker/conf/log.config
diff options
context:
space:
mode:
Diffstat (limited to 'docker/conf/log.config')
-rw-r--r--docker/conf/log.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/conf/log.config b/docker/conf/log.config
index 895e45d20b..db35e475a4 100644
--- a/docker/conf/log.config
+++ b/docker/conf/log.config
@@ -2,11 +2,11 @@ version: 1
 
 formatters:
   precise:
-   format: '%(asctime)s - %(name)s - %(lineno)d - %(levelname)s - %(request)s- %(message)s'
+   format: '%(asctime)s - %(name)s - %(lineno)d - %(levelname)s - %(request)s - %(message)s'
 
 filters:
   context:
-    (): synapse.util.logcontext.LoggingContextFilter
+    (): synapse.logging.context.LoggingContextFilter
     request: ""
 
 handlers: