mirror of
https://github.com/matrix-org/synapse.git
synced 2025-08-23 15:31:06 +02:00
Use logger not logging
This commit is contained in:
parent
5727922106
commit
fcbe63eaad
@ -660,7 +660,7 @@ class SyncHandler(BaseHandler):
|
||||
),
|
||||
)
|
||||
|
||||
logging.debug("Room sync: %r", room_sync)
|
||||
logger.debug("Room sync: %r", room_sync)
|
||||
|
||||
defer.returnValue(room_sync)
|
||||
|
||||
@ -709,7 +709,7 @@ class SyncHandler(BaseHandler):
|
||||
),
|
||||
)
|
||||
|
||||
logging.debug("Room sync: %r", room_sync)
|
||||
logger.debug("Room sync: %r", room_sync)
|
||||
|
||||
defer.returnValue(room_sync)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user