forked from tornadoweb/tornado
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix (and test and document) logging on py2 with non-ascii bytestrings.
The immediate motivation was an error in request logging when the request contains non-ascii characters, but a more general fix is desirable since there are probably more cases where we log utf8 byte strings, and in general a logging system that blows up on data that has a perfectly useful representation is not ideal. Closes tornadoweb#544.
- Loading branch information
Showing
2 changed files
with
108 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters