thlorenz / bunyan-format

Writable stream that formats bunyan records that are piped into it
MIT License
51 stars 22 forks source link

Show date along with time in "short" outputMode #11

Open malayladu opened 7 years ago

malayladu commented 7 years ago

It would be useful if date is being displayed along with time in "short" output mode.

Currently, it shows like

03:21:45.829Z INFO ev: Verification listening at http://[::]:8282

Instead, it would be great if it shows like

[2017-09-06T03:28:38.549Z] INFO ev: Verification listening at http://[::]:8282

What do you think about this?