Skip to content
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

fix: set max listeners for Console transport #1513

Merged
merged 2 commits into from
Oct 24, 2018

Conversation

TillaTheHun0
Copy link
Contributor

Suppresses warning provided by Node concerning max event listeners. No functionality change, but silences warnings.

issue #1334 discussion details the warning from Node concerning max event listeners. This was resolved for the file transport in pull #1344, but the warning is also provided for Console transports. This sets the max event listener for the console transport also to 30

TillaTheHun0 and others added 2 commits October 24, 2018 14:43
suppresses warning provided by Node concerning max event listeners
@DABH
Copy link
Contributor

DABH commented Oct 24, 2018

Seems fine to me -- thanks!

@DABH DABH merged commit ac502df into winstonjs:master Oct 24, 2018
@TillaTheHun0 TillaTheHun0 deleted the console-max-listener branch November 16, 2018 02:38
Mizumaki pushed a commit to Mizumaki/winston that referenced this pull request Jun 11, 2020
* fix: set max listeners for Console Transport

suppresses warning provided by Node concerning max event listeners

* style
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants