summary refs log tree commit diff
path: root/synapse/notifier.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-08-28 18:45:00 +0100
committerErik Johnston <erik@matrix.org>2014-08-28 18:45:00 +0100
commit8113eb7c791890869fb8818da3be8e7ad8e37ea8 (patch)
treeb014d77dcae56cc303ade4f512d26eca4b762942 /synapse/notifier.py
parentOnly poll remote users if they are in our presence list, rather than in a com... (diff)
downloadsynapse-8113eb7c791890869fb8818da3be8e7ad8e37ea8.tar.xz
Turn of trace_function logging
Diffstat (limited to 'synapse/notifier.py')
-rw-r--r--synapse/notifier.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/notifier.py b/synapse/notifier.py
index d222644cb6..b6d5ec4820 100644
--- a/synapse/notifier.py
+++ b/synapse/notifier.py
@@ -15,7 +15,7 @@
 
 from twisted.internet import defer, reactor
 
-from synapse.util.logutils import log_function, trace_function
+from synapse.util.logutils import log_function
 
 import logging
 
@@ -119,7 +119,7 @@ class Notifier(object):
                 )
 
     @defer.inlineCallbacks
-    @trace_function
+    @log_function
     def on_new_user_event(self, users=[], rooms=[]):
         """ Used to inform listeners that something has happend
         presence/user event wise.