Skip to content

Commit

Permalink
chore: add logging for admin api, proxy lookup, participant domain (#…
Browse files Browse the repository at this point in the history
…1080)

* feat: initial commit

* fix: int tests

* fix: int tests

* chore: skip coverage check for snapshots

* chore(snapshot): 17.8.0-snapshot.8

* fix: proxy cluster

* chore: dep update

* chore(snapshot): 17.8.0-snapshot.9

* chore: add logging for admin api, proxy lookup, participant domain

* fix tests

* address comments

* ignore

---------

Co-authored-by: Vijay <vijaya.guthi@infitx.com>
  • Loading branch information
kleyow and vijayg10 authored Aug 22, 2024
1 parent 06e08bc commit 420fc71
Show file tree
Hide file tree
Showing 11 changed files with 241 additions and 143 deletions.
1 change: 1 addition & 0 deletions .nycrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ exclude: [
'**/ddl/**',
'**/bulk*/**',
'src/shared/logger/**',
'src/shared/loggingPlugin.js',
'src/shared/constants.js',
'src/domain/position/index.js',
'src/domain/position/binProcessor.js',
Expand Down
101 changes: 65 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@hapi/vision": "7.0.3",
"@mojaloop/central-services-error-handling": "13.0.1",
"@mojaloop/central-services-health": "15.0.0",
"@mojaloop/central-services-logger": "11.5.0",
"@mojaloop/central-services-logger": "11.5.1",
"@mojaloop/central-services-metrics": "12.0.8",
"@mojaloop/central-services-shared": "18.6.3",
"@mojaloop/central-services-stream": "11.3.1",
Expand Down
Loading

0 comments on commit 420fc71

Please sign in to comment.