winstonjs / winston-loggly

A Loggly transport for winston
http://github.com/indexzero/winston-loggly
MIT License
85 stars 111 forks source link

Time stamp key value mutated on object #58

Open mj1618 opened 6 years ago

mj1618 commented 6 years ago

If an object is passed directly to Winston - this plugin mutates the object directly with an extra timestamp field.

This is terrible practice, you should build a new object instead.

Ok if I submit a PR?