Skip to content

Commit

Permalink
add back console log
Browse files Browse the repository at this point in the history
  • Loading branch information
flybayer committed Mar 2, 2020
1 parent 8592c58 commit 3270c72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const harnessController = (Controller: ControllerInstance) => async (
res: NextApiResponse,
) => {
const startTime = new Date().getTime()
console.log('')
console.log(
`Started ${req.method} "${req.url}" for ${req.socket?.remoteAddress || 'unknown'} at ${new Date()}`,
)
Expand Down

0 comments on commit 3270c72

Please sign in to comment.