Skip to content

Commit

Permalink
additional logging info to show new_merged_mesg filed attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
abdollahis2 authored and abdollahis2 committed Nov 13, 2023
1 parent a577df8 commit cd1e332
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit cd1e332

Please sign in to comment.