morgan (1) 썸네일형 리스트형 [Node.js][Log] morgan으로 http request 로그를 남겨보자 이전 글에서 winston으로 log를 기록하는 방법에 대해 글을 써봤다. 이번엔 winston과 morgan을 사용해서 어떻게 http request를 기록할 수 있는지에 대해 작성해보았다. winstonwinston! winstonjs/winstonA logger for just about everything. Contribute to winstonjs/winston development by creating an account on GitHub.github.comwinston은 이전 글에서 사용법에 대해 자세하게 적었으니 기본 세팅만 해두고 넘어가려고한다. 혹시 이전 글을 못봤다면, 여기서 볼 수 있다. npm install --save winstonlogger 생성하기// src/logger.ts.. 이전 1 다음