Skip to content

Commit

Permalink
chore: Format log level
Browse files Browse the repository at this point in the history
  • Loading branch information
pellizzetti committed Apr 5, 2022
1 parent 80440f8 commit 88e062c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/infra/logger/logger.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ const statusText: Record<string, string> = {
return req;
},
},
formatters: {
level(level) {
return { level };
},
},
},
}),
],
Expand Down

0 comments on commit 88e062c

Please sign in to comment.