Skip to content

Commit

Permalink
type prettyOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioGr committed Jun 28, 2024
1 parent 8a35461 commit fcb4d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/payload/src/utilities/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const pinoPretty = (pinoPrettyImport.default ||

export type PayloadLogger = pinoImport.default.Logger

const prettyOptions = {
const prettyOptions: pinoPrettyImport.PrettyOptions = {
colorize: true,
ignore: 'pid,hostname',
translateTime: 'SYS:HH:MM:ss',
Expand Down

0 comments on commit fcb4d0f

Please sign in to comment.