trentm / node-bunyan

a simple and fast JSON logging module for node.js services
Other
7.17k stars 516 forks source link

Documentation says the the "time" core field is a string, but it is an instance of Date #672

Open meglio opened 3 years ago

meglio commented 3 years ago

Citing your documentation:

time: Required. String. Added by Bunyan.

... but the "time" field added by Bynuan is an instance of Date, it is not a string.