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

Logger fix #32

Merged
merged 3 commits into from
Nov 27, 2018
Merged

Logger fix #32

merged 3 commits into from
Nov 27, 2018

Conversation

steve-a-jones
Copy link
Contributor

Moves winston configuration into body of logger factory -- winston was being re-configured after every middleware pipeline invocation, resulting in memory leaks and duplicate log output.

javieraviles and others added 3 commits September 7, 2018 14:22
Moves winston configuration into body of logger factory -- winston was being re-configured after every middleware pipeline invocation, resulting in memory leaks and duplicate log output.
@javieraviles
Copy link
Owner

Hi there!

Fist of all, thank you very much for the PR, seems like a great improvement :)
I did a very small commit just so it could pass the tslint, now is ready to be merged.

Regards,
Javi

@javieraviles javieraviles merged commit 9a117b2 into javieraviles:develop Nov 27, 2018
@steve-a-jones
Copy link
Contributor Author

Happy to contribute! Appreciate your work on this project :)

javieraviles added a commit that referenced this pull request Dec 26, 2018
@kahurangitama
Copy link

Oh thanks! Re-checked every config before stumbled upon this

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.

3 participants