Skip to content

Release/v9.5.0#175

Merged
vgenev merged 40 commits intomojaloop:masterfrom
vgenev:release/v9.5.0
Apr 15, 2020
Merged

Release/v9.5.0#175
vgenev merged 40 commits intomojaloop:masterfrom
vgenev:release/v9.5.0

Conversation

@vgenev
Copy link
Copy Markdown
Contributor

@vgenev vgenev commented Apr 14, 2020

  • updated event-sdk, central-services-shared and central-services-metrics versions
  • added HttpRequestHandler to manage the keepAlive settings of the sent requests

rmothilal and others added 30 commits May 21, 2019 17:10
# Conflicts:
#	package-lock.json
#	package.json
… that logs aren't polluted on kubernetes

removed accept header on GET /payeefsp/parties/{type}/{id}
updated version to align with new sprint
# Conflicts:
#	package-lock.json
#	package.json
Updated dependencies
Bump version
Standard fixes
# Conflicts:
#	package-lock.json
#	package.json
# Conflicts:
#	package-lock.json
#	package.json
…op#126)

added hapi to ncurc as version node version 10 isnt supported by latest version of hapi
* updated for logging times on the simulator for post transfers
added hapi to ncurc as version node version 10 isnt supported by latest version of hapi

* fix for end log of simulator not displaying
* updated for logging times on the simulator for post transfers
added hapi to ncurc as version node version 10 isnt supported by latest version of hapi

* fix for end log of simulator not displaying

* added log statements to calculate sim time for put transfers
* updated for logging times on the simulator for post transfers
added hapi to ncurc as version node version 10 isnt supported by latest version of hapi

* fix for end log of simulator not displaying

* added log statements to calculate sim time for put transfers

* changed logging to errors

* updated version

* updated license
@vgenev vgenev self-assigned this Apr 14, 2020
@vgenev vgenev requested review from mdebarros and yosheeck April 14, 2020 07:42
@vgenev vgenev marked this pull request as ready for review April 14, 2020 07:50
Copy link
Copy Markdown
Member

@mdebarros mdebarros left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, have a look at my comments.

Also if you are importing the latest logger library, also please ensure that you add the switch checks for each log statements.

I.e.

Logger.debug('hello world') --> Logger.isDebugEnabled && logger.debug('hello world')

I.e. use the is{{LOGLEVEL}Enabled functions as prefix enablers.

Comment thread src/index.js Outdated
Comment thread src/payee/handler.js Outdated
Comment thread src/payee/handler.js Outdated
Comment thread src/payer/handler.js Outdated
Comment thread src/payer/handler.js Outdated
@vgenev vgenev requested a review from mdebarros April 14, 2020 09:14
Copy link
Copy Markdown
Member

@mdebarros mdebarros left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants