Skip to content

Commit

Permalink
Merge pull request #11 from danishjamal104/log-lvl
Browse files Browse the repository at this point in the history
Ams specific bmp process added in application properties
  • Loading branch information
avikganguly01 authored Apr 19, 2022
2 parents d54e03c + f9122f3 commit 50da016
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ bpmn:
- id: "mpesa_flow"
direction: "${bpmn.incoming-direction}"
type: "${bpmn.transaction-request-type}"
- id: "mpesa_flow_roster"
direction: "${bpmn.incoming-direction}"
type: "${bpmn.transaction-request-type}"
- id: "mpesa_flow-paygops"
direction: "${bpmn.incoming-direction}"
type: "${bpmn.transaction-request-type}"

logging:
level:
Expand Down

0 comments on commit 50da016

Please sign in to comment.