0.3.0-alpha.0 • Published 6 years ago
@ekino/express-logger v0.3.0-alpha.0
@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-logger
Usage