Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

additional logging info to show new_merged_mesg filed attributes #528

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tr_sys/tr_ars/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1181,6 +1181,7 @@ def merge_received(parent_pk,message_to_merge, agent_name, counter=0):

merged_dict = merged.to_dict()
logging.info('the keys for merged_dict are %s' % merged_dict['message'].keys())
logging.info('fields of new_merged_message %s' % (new_merged_message.__dict__))
new_merged_message.data = merged_dict
new_merged_message.status='R'
new_merged_message.code=202
Expand Down