mhart / gelf-stream

A node.js stream to send JS objects to a Graylog2 server (in GELF format)
Other
29 stars 13 forks source link

Added ability to override flatten and mapGelfLevel in bunyanToGelf #22

Open UvaK opened 6 years ago

UvaK commented 6 years ago

If we will use calls of 'flatten' and 'mapGelfLevel' from exported module in bunyanToGelf function, it gives us and ability to override this function outside of this module.