Skip to content

Prevent unicode encoding errors while logging#1586

Merged
gazpachoking merged 4 commits intodevelopfrom
safe_logging
Dec 23, 2016
Merged

Prevent unicode encoding errors while logging#1586
gazpachoking merged 4 commits intodevelopfrom
safe_logging

Conversation

@gazpachoking
Copy link
Copy Markdown
Member

Motivation for changes:

As seen in #1558, if we try to log a character that the user's terminal doesn't support, it causes a crash.

Detailed changes:

Our console logging handler now makes sure to replace any characters the terminal is unable to display with a ?.

Addressed issues:

@gazpachoking gazpachoking merged commit 13e2857 into develop Dec 23, 2016
@gazpachoking gazpachoking deleted the safe_logging branch December 23, 2016 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant