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