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.
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.