Skip to content

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

@smandhada16

Description

@smandhada16

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions