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