Skip to content

Commit

Permalink
Revert "fix log showing path"
Browse files Browse the repository at this point in the history
This reverts commit 67e00d9.
  • Loading branch information
siddhsuresh committed Jun 12, 2023
1 parent 67e00d9 commit b266254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blitz/src/logging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const BlitzLogger = (settings: BlitzLoggerSettings = {}) => {
maskValuesOfKeys: ["password", "passwordConfirmation", "currentPassword"],
type: process.env.NODE_ENV === "production" ? "json" : "pretty",
prettyLogTemplate:
"{{yyyy}}.{{mm}}.{{dd}} {{hh}}:{{MM}}:{{ss}}:{{ms}}\t{{logLevelName}}\t{{name}}]\t",
"{{yyyy}}.{{mm}}.{{dd}} {{hh}}:{{MM}}:{{ss}}:{{ms}}\t{{logLevelName}}\t[{{filePathWithLine}}{{name}}]\t",
...settings,
})

Expand Down

0 comments on commit b266254

Please sign in to comment.