Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
logger: timestamp option has no effect with custom logger
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Sep 2, 2019
1 parent 9a5e1d1 commit 0053daa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ var _ = require('lodash'),

var commonLogOptions = {
prettyPrint: false,
timestamp: true,
handleExceptions: true,
level: config.get('log:level'),
json: true,
Expand Down

0 comments on commit 0053daa

Please sign in to comment.