morgan 으로 body 값을 로그에 남긴다.
margan.token('body', (req) => req?.body ? req?.rawBody ?? JSON.stringify(req?.body) : null)
// 로그
if (!/production/i.test(config.env)) app.use(margan('dev')).use(margan(':body'))
else app.use(margan('default')).use(expressLogger(':body'))
반응형
'lang > node' 카테고리의 다른 글
Build a Website Accessibility Tester With JavaScript & Pa11y (0) | 2021.11.10 |
---|---|
Joi Validation (0) | 2021.02.10 |
javascript: 교집합(Union), 합집합(Intersection), 여집합(difference, minus) (0) | 2021.01.21 |
linux watcher limit on pm2 (0) | 2019.11.21 |
pm2 npm start (0) | 2019.11.14 |