Move logging utilities out of the side drawer of util/ and into logging/ (#5606)
This commit is contained in:
@@ -28,7 +28,7 @@ def do_patch():
|
||||
Patch defer.inlineCallbacks so that it checks the state of the logcontext on exit
|
||||
"""
|
||||
|
||||
from synapse.util.logcontext import LoggingContext
|
||||
from synapse.logging.context import LoggingContext
|
||||
|
||||
orig_inline_callbacks = defer.inlineCallbacks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user