mperdeck / jsnlog.js

Tiny JavaScript logging library, simple and well documented. Lots of options to filter logging data.
js.jsnlog.com
Other
130 stars 44 forks source link

jsnlog repeatedly sends messages on other 2xx codes #57

Closed AJamesPhillips closed 6 years ago

AJamesPhillips commented 6 years ago

Our server endpoint implementation was returning 204 codes (success, no content). This causes jsnlog to repeatedly resend the same message every 5 seconds.

mperdeck commented 6 years ago

Thanks. The fix will go out in the next release.