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):
|
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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue