Skip to content

Commit

Permalink
[BE#151] logger구현 (#174)
Browse files Browse the repository at this point in the history
* feat: logger 작성

- interceptor를 활용하여 https  요청 응답에 대해 로깅
- NestJS 기본 로거대신 커스텀 로거 사용

* chore: api 테스트를 위한 빈 컨트롤러 작성
  • Loading branch information
yeongbinim authored Nov 23, 2023
1 parent 757396e commit 7e955a4
Show file tree
Hide file tree
Showing 6 changed files with 338 additions and 6 deletions.
239 changes: 237 additions & 2 deletions BE/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion BE/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"mysql": "^2.18.1",
"nest-winston": "^1.9.4",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"typeorm": "^0.3.17"
"typeorm": "^0.3.17",
"winston": "^3.11.0"
},
"devDependencies": {
"@nestjs/cli": "^10.0.0",
Expand Down
Loading

0 comments on commit 7e955a4

Please sign in to comment.