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 ab6c483 commit 22e975b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion microservices/gatewayApi/clients/portal.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@ def record_gateway_event(event_id, action, result, namespace, message="", blob="
'name': 'N/A',
'message': message,
'refId': '',
'namespace': namespace
'namespace': namespace,
'context': {
'message': 'GatewayConfig Update {result} : {message}',
'result': result,
'message': message
}
}

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

0 comments on commit 22e975b

Please sign in to comment.