Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
remove winston.clone and update README for winston 3.0 #35
Conversation
Update README.md for winston 3.0
In this PR, I have-
Replaced the winston's clone() method with Javascript's ES6 Object.assign() method. Winston removed this clone method in their 3.0 release.
Updated the README file to send events to Loggly using winston 3.0 version.
This is basic support that I tested and found working but it's currently "In-Progress" since I may need to change many other things and documentation as well.