winston-cloudwatch
Advanced tools
Changelog
1.11.1
Fixed a silly bug due to having left self
instead of this
Changelog
1.11.0
Making sure that we don't try to send empty logs (again), added a simulation tool so that we could easily test error conditions, retrying to submit if we get an error, retrying with another token if we get an InvalidSequenceTokenException
Changelog
1.9.0
Added kthxbye, to allow the user to stop setInterval and flush the logs
Changelog
1.8.0
Not sending logs or meta information if they are emtpy
Changelog
1.7.0
Added ability to use functions in config for groupname and streamname
Changelog
1.6.0
Send logs immediately in case we are dealing with an uncaught exception handled by Winston
Changelog
1.5.0
Fixes a bug when under heavy load and and adds batching and truncating features (thanks @npahucki)
Changelog
1.4.0
accepts awsOptions
in the constructor and configures AWS accordingly