DRF-API-Logger icon indicating copy to clipboard operation
DRF-API-Logger copied to clipboard

Unicode Escape problem

Open vbuoc opened this issue 2 years ago • 2 comments

How can I fix problem with Unicode Escape?

Снимок экрана 2022-06-23 в 16 56 21

vbuoc avatar Jun 23 '22 12:06 vbuoc

https://github.com/vishalanandl177/DRF-API-Logger/blob/a6e1b34657467bc337730918cf1d003eb87f729d/drf_api_logger/middleware/api_logger_middleware.py#L136-L139 caused by json.dump(), you maybe set ensure_ascii=False can resvole this problem.

ViokingTung avatar Jul 15 '22 14:07 ViokingTung

Let me test this.

vishalanandl177 avatar Jul 15 '22 14:07 vishalanandl177