dev@locazia: add debug print

This commit is contained in:
user 2024-03-06 10:58:32 +03:00
parent 266c76532d
commit 492ab9d2ac
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ from app.core._crypto.signer import Signer
async def send_status(service: str, status: str): async def send_status(service: str, status: str):
make_log("send_status", f"Sending status (service={service}, status={status})", level='debug')
try: try:
message = { message = {
'service': service, 'service': service,