Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Dec 5, 2019
1 parent f5040a0 commit 4d5c4be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/tc-api-express/lib/request-log.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ const requestLog = (endpoint, method, req, res) => {
logger.info(
{
event: 'ACCESS_LOG',
}`[APP] ${endpoint} ${method}`,
},
`Request received ${endpoint} ${method}`,
);
};

Expand Down

0 comments on commit 4d5c4be

Please sign in to comment.