Skip to content

Commit

Permalink
remove logger change
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcallister-cll committed Dec 13, 2024
1 parent ad8efc5 commit 55f6a6e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/util/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ const baseLogger = pino(
return { level: label }
},
},
timestamp: () => {
const now = new Date()
return `,"time":${now.getTime()},"isoTime":"${now.toISOString()}"`
},
hooks: {
logMethod(inputArgs, method) {
// Censor each argument of logger
Expand Down

0 comments on commit 55f6a6e

Please sign in to comment.