misc(aurora): adding temporary debug logging

This commit is contained in:
Seaswimmer 2024-05-24 04:02:15 -04:00
parent c90796f6b3
commit 39cb5feb50
Signed by untrusted user: cswimr
GPG key ID: 5D671B5D03D65A7F

View file

@ -203,6 +203,7 @@ class Moderation(AuroraGuildModel):
"changes": change_obj_list,
"metadata": metadata,
}
logger.debug(case)
return cls.from_dict(bot=bot, data=case)
@classmethod