Skip to content

Commit 797ce5e

Browse files
committed
debug
1 parent d877ebb commit 797ce5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

services/servicebus/service.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -864,8 +864,7 @@ def _handle_raw_payload(derived, payload: bytes):
864864
try:
865865
msg_data = json.loads(payload.decode("utf-8"))
866866
except json.JSONDecodeError:
867-
self.log.debug(str(payload))
868-
self.log.warning(f"Invalid JSON from {derived.transport.get_extra_info('peername')}")
867+
self.log.warning(f"Invalid JSON {payload}")
869868
return
870869

871870
server_name = msg_data.get('server_name')

0 commit comments

Comments
 (0)