dev@locazia: add debug print
This commit is contained in:
parent
266c76532d
commit
492ab9d2ac
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue