-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Profiler.done doesn't respect defaultMeta. #1665
Comments
Were you able to solve the problem? |
We never solved it. |
I noticed that this information is only printed out when the type of the output is error. It's not displayed when are just info. |
I noticed same issue on winston@3.3.3 |
Closing as this issue is being consolidated into #2029 |
This still seems to be an issue. |
Is it an issue in v3.7.1? The fixes for the consolidated issue got reverted after that as they inadvertently broke some things, and neither @maverick1872 nor anyone else has gotten around to fixing that breakage yet as far as I'm aware. |
Please tell us about your environment:
winston
version?winston@2
winston@3.2.1
node -v
outputs:v8.10.0
Linux
all
What is the problem?
The following code:
Logs this to the console:
What do you expect to happen instead?
I would expect the
Profiler.done
function to add thedefaultMeta
to the log entry.The text was updated successfully, but these errors were encountered: