Skip to content

Commit

Permalink
🐛 Add prettyLogTimeZone: local to logger
Browse files Browse the repository at this point in the history
  • Loading branch information
pvillaverde committed May 21, 2024
1 parent 7aff463 commit 2aa6cd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/logger.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ function getLogLevelFromEnv(): LogLevel {
export default new Logger({
minLevel: getLogLevelFromEnv(),
type: "pretty",
prettyLogTimeZone: 'local',
});

0 comments on commit 2aa6cd7

Please sign in to comment.