diff --git a/app/core/_utils/send_status.py b/app/core/_utils/send_status.py index 0ceb33f..bf4bf8e 100644 --- a/app/core/_utils/send_status.py +++ b/app/core/_utils/send_status.py @@ -9,6 +9,7 @@ from app.core._crypto.signer import Signer async def send_status(service: str, status: str): + make_log("send_status", f"Sending status (service={service}, status={status})", level='debug') try: message = { 'service': service,