Skip to content

Commit

Permalink
fix(logger): Log output now correctly reads pact-node instead of pact
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyJones committed Feb 2, 2021
1 parent a57b814 commit c9f22e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const createLogger = (level: LogLevels = DEFAULT_LEVEL): Logger =>
pino({
level: level.toLowerCase(),
prettyPrint: {
messageFormat: `pact@${pkg.version}: {msg}`,
messageFormat: `pact-node@${pkg.version}: {msg}`,
translateTime: true,
},
});
Expand Down

0 comments on commit c9f22e1

Please sign in to comment.