winstonjs / winston-mongodb

A MongoDB transport for winston
https://github.com/winstonjs/winston-mongodb
295 stars 125 forks source link

Issue#232 - timestamp format fix #270

Open PenchalaiahY opened 8 months ago

PenchalaiahY commented 8 months ago

Found logform module is handling the formatting of timestamp, so added conditional operator to either choose info.timestamp or new Date().

Tested the option using sample code provided in the issue.

Before fix: image

After fix: image