Skip to content

Commit

Permalink
fix: 로그 수집 이슈에 따른 임시로 콘솔에 로그 출력
Browse files Browse the repository at this point in the history
  • Loading branch information
Miensoap committed Nov 21, 2024
1 parent 8b4bd76 commit bb602cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/common/exception/filter/GlobalExceptionFilter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ export class UnknownExceptionFilter implements ExceptionFilter {
});
}

console.error(exception);

return response.status(HttpStatus.INTERNAL_SERVER_ERROR).json({
code: -1,
message: 'Internal server error',
Expand Down

0 comments on commit bb602cc

Please sign in to comment.