Skip to content

Commit

Permalink
fix: server not logging exceptions
Browse files Browse the repository at this point in the history
!nuf
  • Loading branch information
Miodec committed Aug 23, 2024
1 parent e03a25f commit 73f379a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/utils/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const logger = createLogger({
new transports.Console({
level: "success",
format: consoleFormat,
handleExceptions: true,
}),
],
exceptionHandlers: [
Expand Down

0 comments on commit 73f379a

Please sign in to comment.