일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- next13 head
- background: url
- React 고급안내서
- context
- notFound()
- Render Props
- hook
- Next13
- React 공식문서
- React 18
- getUTCDate
- react-helmet
- Nextjs
- 고급안내서
- react
- React18
- react hook
- background tab
- Javascript
- Babel
- React 18 Nextjs
- background setInterval
- RTK Query
- React 고급 안내서
- Programmers
- background setttimeout
- React API 참고서
- CSS
- codingtest
- Nextjs React 18
Archives
- Today
- Total
목록Pino (1)
akjfal

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