1.1.0 • Published 5 years ago

irtm-logs v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

irtm-logs

irtm-Logs saves all related data from each endpoint (request & response) in all micro-services

Installation

Using npm:

$ npm install irtm-logs

Note: add --save if you are using npm < 5.0.0

In Node.js save any endpoint action by having objectId, objectType, endpoint request (req) & response (res):

// Load irtm-logs
const Logs = require('irtm-logs')

// save endpoint action
Logs.send(objectId, objectType, req, res)
1.1.0

5 years ago

1.0.0

5 years ago