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
Currently, when intLogger log in json format. It will call json.NewEncoder and do Encode.
But, the escapeHTML in json.Encoder is default to true. So when I want to log some info which will refer these symbol: &, <, and >, the log result is unexpected.
I would like to submit a PR to enhance it.
The text was updated successfully, but these errors were encountered:
Currently, when
intLogger
log in json format. It will calljson.NewEncoder
and do Encode.But, the
escapeHTML
injson.Encoder
is default to true. So when I want to log some info which will refer these symbol: &, <, and >, the log result is unexpected.I would like to submit a PR to enhance it.
The text was updated successfully, but these errors were encountered: