일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Render Props
- codingtest
- notFound()
- Next13
- Babel
- RTK Query
- React 18
- React 고급안내서
- Nextjs React 18
- context
- next13 head
- react-helmet
- background tab
- React18
- React API 참고서
- Programmers
- Nextjs
- hook
- Javascript
- React 공식문서
- react
- React 고급 안내서
- background setttimeout
- react hook
- getUTCDate
- background: url
- background setInterval
- CSS
- 고급안내서
- React 18 Nextjs
Archives
- Today
- Total
목록pino transform (1)
akjfal
nextjs와 pino를 이용한 로그 처리 및 로그 파일 저장
Nextjs 공식 문서를 찾아보면, 로그에 관련되서 구조화된 로크 패키지를 원한다면 Pino를 사용할 것을 권하고 있습니다. 참고 Going to Production | Next.js Before taking your Next.js application to production, here are some recommendations to ensure the best user experience. nextjs.org 해당 로그들을 파일로 뽑아내야 할 일이 있어 Pino를 사용해 getServerSideProps에서 나오는 로그들을 뽑아내보았습니다. 아래는 버전 참고하시면 될듯합니다. // package.json { "name": "my-app", "version": "0.1.0", "private": tr..
react
2022. 7. 12. 18:28