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
NOTE: any { message } property in a meta object provided will automatically be concatenated to any msg already provided: For example the below will concatenate 'world' onto 'hello':
🔎 Search Terms
message, metadata
The problem
The readme states:
Expected result:
info: hello world
Actual result:
info: world
It seems that instead of concatenating, the first message is replaced.
What version of Winston presents the issue?
3.7.0
What version of Node are you using?
16.19.1
If this worked in a previous version of Winston, which was it?
No response
Minimum Working Example
Additional information
No response
The text was updated successfully, but these errors were encountered: