You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: