mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 02:44:50 -04:00
Turn of trace_function logging
This commit is contained in:
parent
aaf4fd98ee
commit
8113eb7c79
2 changed files with 10 additions and 10 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue