Skip to content

Commit a71358c

Browse files
committed
Added logs
1 parent 95512ff commit a71358c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/murfey/workflows/register_atlas_update.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ def run(
1616
if _transport_object is None:
1717
logger.error("Unable to find transport manager")
1818
return {"success": False, "requeue": False}
19+
20+
logger.info(f"Registering updated atlas: \n{message}")
21+
1922
_transport_object.do_update_atlas(
2023
message["atlas_id"],
2124
message["atlas"],

0 commit comments

Comments
 (0)