1
0

Move logging utilities out of the side drawer of util/ and into logging/ (#5606)

This commit is contained in:
Amber Brown
2019-07-04 00:07:04 +10:00
committed by GitHub
parent cb8d568cf9
commit 463b072b12
98 changed files with 249 additions and 233 deletions

View File

@@ -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