Skip to content

Commit

Permalink
[REFACTOR] logger export added.
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-gon committed Jul 21, 2023
1 parent c49578f commit 02a69f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
import pino from 'pino';

const logger = pino({
customLevels: {
log: 30
},
transport: {
target: 'pino-pretty',
options: {
Expand Down

0 comments on commit 02a69f4

Please sign in to comment.