Skip to content
Snippets Groups Projects
Commit 1f625e0c authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Add logger message after confirmation sent

parent c353b6f3
No related branches found
No related tags found
6 merge requests!147Merge previous default branch feat-cod-rmq into main,!85kill nginx process running under user from login node,!51Fix acct create wait,!39WIP:Feat cod rmq,!38WIP: Feat cod rmq,!24Add notify user agent
...@@ -74,6 +74,8 @@ def notify_user(ch, method, properties, body): ...@@ -74,6 +74,8 @@ def notify_user(ch, method, properties, body):
'msg': msg 'msg': msg
}) })
logger.debug(f'User {username} confirmation sent')
# Acknowledge the message # Acknowledge the message
ch.basic_ack(delivery_tag=method.delivery_tag) ch.basic_ack(delivery_tag=method.delivery_tag)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment