Skip to content

Commit

Permalink
upd activity logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Nov 24, 2022
1 parent 22e975b commit 9216e25
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions microservices/gatewayApi/clients/portal.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@ def record_gateway_event(event_id, action, result, namespace, message="", blob="
'refId': '',
'namespace': namespace,
'context': {
'message': 'GatewayConfig Update {result} : {message}',
'message': 'GatewayConfig {action} {result} : {message}',
'result': result,
'message': message
}
'message': message,
'action': action
},
'filterKey1': 'namespace:%s' % namespace
}

if not blob == "" and not blob == None:
Expand Down

0 comments on commit 9216e25

Please sign in to comment.