-
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
[Bug]: EventEmitter memory leak detected. Seems occurs on file rotation. #2065
Comments
Is that really a minimal reproducible example? |
We are seeing this on our production systems, can we please expedite this? |
@mohanrajanna15 Absolutely; you can dive in and try to figure out what is happening and why, and even better if you can, how to fix it. |
We are having similar warning in our application (Nextjs) |
If you have high log throughput (legitimately), you might see this happen (I.e. not necessarily a bug). See other thread you posted on as well as #1334 |
Why will this warning be generated on high log throughput? Still seems like a bug - is one single event listener not enough? Why more has to be added? |
See #1791 (comment) , we can discuss over there |
I got the same error. |
The problem
What version of Winston presents the issue?
v3.5.1
What version of Node are you using?
v14.16.0
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: