winston timezone
-
[winston] How to customize timestamp format. (to local timezone) 날짜 시간 포맷을 로컬 타임존으로 변경하기Backend/NodeJS 2019. 12. 20. 16:17
Winston에서 날짜 시간 포맷을 로컬 타임존으로 변경 하기! 나의 node.js 프로젝트에 winston을 적용하는 과정에서 로그 메시지의 시간을 기록하는데 timezone이 utc 기준 시간으로 기록이 되었다. 그래서 timestamp를 커스터마이징을 했다. winston 깃허브에서 사용 예를 보면 아래와 같다. timestamp 타임존이 로컬 기준이 아니라 시간이 맞지 않는다. // 원본 소스 const { format } = require('winston'); const { combine, timestamp, label, prettyPrint } = format; const logger = createLogger({ format: combine( label({ label: 'right meow!..