Skip to content

Commit

Permalink
update logger time format to 'yyyy-mm-dd HH:MM:ss' for improved reada…
Browse files Browse the repository at this point in the history
…bility
  • Loading branch information
tryb3l committed Nov 18, 2024
1 parent 3269d39 commit 1e1e471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/lib/utils/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class Logger {
target: 'pino-pretty',
options: {
colorize: true,
translateTime: 'SYS:standard',
translateTime: 'yyyy-mm-dd HH:MM:ss',
ignore: 'pid,hostname',
},
},
Expand Down

0 comments on commit 1e1e471

Please sign in to comment.