@ekino/express-logger
v0.3.0-alpha.0
Published
[](https://www.npmjs.com/package/@ekino/express-logger)
Readme
@ekino/express-logger
:warning: Work in progress :warning:
This package can be used to log info about API requests, it's built to be used along
with @ekino/logger.
By default, it will log the following info:
- requestMethod
- requestUrl
- requestOriginalUrl
- requestQuery
- responseStatusCode
- responseTime
Installation
yarn add @ekino/logger @ekino/express-loggerUsage
