You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #7, I remember this bit us for a while early on, and only now do I realize what happened: if you pass a meta object with level or message keys, those properties get silently overwritten:
Reserving those keys is cool. Just consider documenting this, but better yet, consider logging a warning (maybe just once) if the meta object has those keys. =)
Thanks!
The text was updated successfully, but these errors were encountered:
OtterCode
pushed a commit
to OtterCode/winston-loggly
that referenced
this issue
Jun 22, 2018
Related to #7, I remember this bit us for a while early on, and only now do I realize what happened: if you pass a meta object with
level
ormessage
keys, those properties get silently overwritten:https://github.com/indexzero/winston-loggly/blob/v0.6.0/lib/winston-loggly.js#L103-L107
Reserving those keys is cool. Just consider documenting this, but better yet, consider logging a warning (maybe just once) if the meta object has those keys. =)
Thanks!
The text was updated successfully, but these errors were encountered: