Skip to content

Commit

Permalink
fix: fix logging incoming request
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslav-fedyshyn-nordwhale committed Sep 11, 2020
1 parent 403d5e1 commit d1b9f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imports/logger/middleware.js
Expand Up @@ -19,7 +19,7 @@ export const createLoggerMiddleware = logger => (req, res, next) => {
logBody = omit(logBody, 'faceMap', 'auditTrailImage', 'lowQualityAuditTrailImage')
}

log('http', 'Incoming Request', {
log.info('http', 'Incoming Request', {
responseTimeSeconds,
method,
body: logBody,
Expand Down

0 comments on commit d1b9f5f

Please sign in to comment.