Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to avoid printing special characters unicode value when the log handler is JSON #109

Open
smandhada16 opened this issue Mar 15, 2023 · 0 comments

Comments

@smandhada16
Copy link

When I tried to print the logs with log handler "text", it is printing correctly but when I change the log handler to "JSON", the special characters are printed as their unicode value or something. Below is the example.

logs in Text: <?xml
logs in JSON: \u003c?xml

How to avoid printing \u003c in JSON log handler.

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

No branches or pull requests

1 participant