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 9216e25 commit aa81b7e
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 @@ -48,9 +48,11 @@ def record_gateway_event(event_id, action, result, namespace, message="", blob="
'namespace': namespace,
'context': {
'message': 'GatewayConfig {action} {result} : {message}',
'result': result,
'message': message,
'action': action
'params': {
'result': result,
'message': message,
'action': action
}
},
'filterKey1': 'namespace:%s' % namespace
}
Expand Down

0 comments on commit aa81b7e

Please sign in to comment.