Skip to content

Commit d877ebb

Browse files
committed
debug
1 parent a55c1a3 commit d877ebb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/servicebus/service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +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))
867868
self.log.warning(f"Invalid JSON from {derived.transport.get_extra_info('peername')}")
868869
return
869870

0 commit comments

Comments
 (0)