mirror of https://gitlab.com/litecord/litecord.git
gateway: add debug logging for received messages
This commit is contained in:
parent
55f86393f8
commit
331d316feb
|
|
@ -1251,6 +1251,7 @@ class GatewayWebsocket:
|
|||
await self._msg_ratelimit()
|
||||
|
||||
payload = self.decoder(message)
|
||||
log.debug("received\n{}", pprint.pformat(payload))
|
||||
await self._process_message(payload)
|
||||
|
||||
def _cleanup(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue