Skip to content

Commit

Permalink
feat(reindex): improve logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Oct 21, 2023
1 parent e243303 commit e40b478
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/logger/src/predefined/pino.logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ export class PinoLogger extends AbstractLogger {

this.logger = pino(
{
msgPrefix: prefix,
msgPrefix: `[${prefix}] `,
},
pretty({
colorize: true,
}),
pretty(),
);
}

Expand Down

0 comments on commit e40b478

Please sign in to comment.