Skip to content

Commit

Permalink
refactor: disable enforced coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Oct 5, 2024
1 parent a3a531b commit 02462dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ export const logger = pino({
level: LOG_LEVEL,
transport: {
target: "pino-pretty",
options: {
colorize: true,
},
},
});

Expand Down

0 comments on commit 02462dd

Please sign in to comment.