DRF-API-Logger
DRF-API-Logger copied to clipboard
Unicode Escape problem
How can I fix problem with Unicode Escape?
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.
Let me test this.