Skip to content

Commit

Permalink
show the time when log is printed to the console (#8929)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfirst authored May 31, 2024
1 parent 15f8b00 commit f1b24b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logger/pino-logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function getPinoLogger(

const prettyPrintConsole = {
colorize: true,
ignore: 'hostname,pid,time,level,severity',
ignore: 'hostname,pid,level,severity',
};

if (useWorkers) {
Expand Down

0 comments on commit f1b24b6

Please sign in to comment.