innovationacademy-kr / Cabi

사물함 관리 서비스
https://cabi.42seoul.io
MIT License
61 stars 15 forks source link

BE: 로깅 방식 조사해보기 #174

Closed joohongpark closed 2 years ago

joohongpark commented 2 years ago

백앤드에서 메일 전송이나 권한 변경, 에러 로그같은 것들을 어떻게 관리할 수 있는지 조사해보고 추후에 의논하여 적용하기

eunbi9n commented 2 years ago

로깅 방식 조사

1. 파일 관리

장점

단점

2. DB 관리

장점

단점

구현 방법

  1. NestJS Logger customize

  2. nest-winston 사용

  3. nestjs-pino 사용

참고자료

[Best way to log details. Database or file log? - Hungred Dot Com](https://www.hungred.com/useful-information/best-way-log-details-database-or-file-log/)

[Is it better to log to file or database?](https://stackoverflow.com/questions/3458813/is-it-better-to-log-to-file-or-database)