Skip to content

Commit

Permalink
remove pino-pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Oct 16, 2024
1 parent e312a2d commit b76a4fa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/utils/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ export const customSerializer: SerializerFn = (input: AnyObject): AnyObject => {

export const initDebugLogger = (level = "debug"): Logger => {
const l = logger({
transport: {
target: "pino-pretty",
options: {
colorize: true
}
},
formatters: {
level: logLevel,
log: customSerializer
Expand Down

0 comments on commit b76a4fa

Please sign in to comment.