Yelp / osxcollector_output_filters

Filters that process and transform the output of osxcollector
https://github.com/Yelp/osxcollector
Other
78 stars 11 forks source link

Issue 51 unicode decode error #55

Closed leeren closed 6 years ago

leeren commented 6 years ago

Fix unicode errors related to logging mixes of unicode and ascii by default decoding anything not unicode as utf-8. In the future, we will aim to refactor the whole repository to support unicode better, but for now we will use this as a temporary fix to stop unicode decode error bleeding.

jjsendor commented 6 years ago

@leeren could make the tests passing?