loggly / loggly-jslogger

Client-side (browser) logger to use with Loggly v2
79 stars 51 forks source link

Support special characters readability #54

Closed Shwetajain148 closed 6 years ago

Shwetajain148 commented 6 years ago

Hi, In this PR, I have added a new flag variable which is configurable and will include the charset=utf-8 property in the request header. This will enable the better readability of special characters being send in the log events.

This has been tested completely and ready to merge. @psamit can you please review.

Thanks!