SumoLogic / js-sumo-logger

Sumo Logic JavaScript SDK for Logging
Apache License 2.0
45 stars 26 forks source link

Fix duplicated logs #88

Closed dcheng666666 closed 5 years ago

dcheng666666 commented 5 years ago

When the time of sending log to Sumo server longer than logging interval, it will emit duplicated log records. I just add flag to ensure that logs can be sent one by one.

billsaysthis commented 5 years ago

hi @dcheng666666 Thanks for this PR. However it breaks a couple of tests, do you have time to try to fix this?

billsaysthis commented 5 years ago

(Also, sorry for the delay in responding, the last few weeks have been very hectic getting ready for Illuminate...)

dcheng666666 commented 5 years ago

Hi @billsaysthis , have fixed failed tests.